Hacker News new | ask | show | jobs
by aflorez 662 days ago
Thank you for this thorough analysis. I've built an extension myself with React and TypeScript an honestly I don't know why I would need an extra tooling to make this work. The docs supplied by Google are quite good!
1 comments

> The docs supplied by Google are quite good!

They are okayish in my book.

Personally, I prefer using the MDN docs [0][1] for web extensions as I am using mozilla's polyfill library [2] anyway. These contain more practical examples and less abstract descriptions at times, including a very thorough getting started guide [3] going over everything including various concepts.

The point remains the same though, the basics aren't all that difficult and while Plasmo does seem to make some aspects easier it also seems like overkill in other areas in regard to abstraction.

[0] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

[2] https://github.com/mozilla/webextension-polyfill

[3] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...