Comment on Get notified whenever there’s a new top post on Hacker NewsparentComments−atarian11yYou could open source it−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...−bad_user11yThat's not enough, as the behavior can be updated by Chrome to a new version without noticing me the user.−byoogle11yYeah, we probably will. We seem to be getting enough installs already to justify putting more dev cycles in. :-)
Comments
You could open source it
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...
That's not enough, as the behavior can be updated by Chrome to a new version without noticing me the user.
Yeah, we probably will. We seem to be getting enough installs already to justify putting more dev cycles in. :-)