Comment on Get notified whenever there’s a new top post on Hacker NewsparentComments−0x6211yChrome extensions already are open source (so to speak). They're simply .zip bundles, which run HTML, CSS and JS in the context of the page/browser [0]. The location depends on OS, but its pretty easy to find [1].[0] https://developer.chrome.com/extensions/overview[1] http://stackoverflow.com/a/14544700/2078412−Sephr11yThis extension will help you find the source for any extension you encounter on the Chrome Web Store: https://chrome.google.com/webstore/detail/chrome-extension-s...
Comments
Chrome extensions already are open source (so to speak). They're simply .zip bundles, which run HTML, CSS and JS in the context of the page/browser [0]. The location depends on OS, but its pretty easy to find [1].
[0] https://developer.chrome.com/extensions/overview
[1] http://stackoverflow.com/a/14544700/2078412
This extension will help you find the source for any extension you encounter on the Chrome Web Store: https://chrome.google.com/webstore/detail/chrome-extension-s...