Firefox equivalent. Probably not as detailed, but still.
Extensionizr: Chrome extension boilerplate generator
11–20 of 28 posts
Re: Extensionizr: Chrome extension boilerplate generator
#12Are there any tools for building cross-browser extensions? What would be really useful is a tool that can help you build a Chrome extension, Firefox extension, and Safari Extension.
Re: Extensionizr: Chrome extension boilerplate generator
#13Re: Extensionizr: Chrome extension boilerplate generator
#14There's also Yeoman generators available to help scaffold out extensions and apps: https://github.com/yeoman/generator-chrome-extension https://github.com/yeoman/generator-chromeapp
Re: Extensionizr: Chrome extension boilerplate generator
#15Are there any tools for building cross-browser extensions? What would be really useful is a tool that can help you build a Chrome extension, Firefox extension, and Safari Extension.
Re: Extensionizr: Chrome extension boilerplate generator
#16Are there any tools for building cross-browser extensions? What would be really useful is a tool that can help you build a Chrome extension, Firefox extension, and Safari Extension.
Genuinely curious: when you want a "cross-browser extension", why wouldn't a web-app do? Isn't an extension specifically something that requires non-standard browser APIs and hence can't be made part of a website?
while the actual work of the extension may be done in a web app, extensions get more access to the interface of a browser than a normal web app
example: the Buffer extension could probably just be a button that simply loads a JS file from their servers that does all the real work. WIthout being an extension, you wouldn't have the convenience of having the button on every page you view.
Re: Extensionizr: Chrome extension boilerplate generator
#17Re: Extensionizr: Chrome extension boilerplate generator
#18Re: Extensionizr: Chrome extension boilerplate generator
#19Are there any tools for building cross-browser extensions? What would be really useful is a tool that can help you build a Chrome extension, Firefox extension, and Safari Extension.
Genuinely curious: when you want a "cross-browser extension", why wouldn't a web-app do? Isn't an extension specifically something that requires non-standard browser APIs and hence can't be made part of a website?