About

The subject of browser addons has gained significant market traction and there is no single day without a new requirement. Programmers tackle every day common problems and struggle in end-less google searches to find solutions.
The authors of this blog have done and continue doing some extensive work developing addons for the corporate world.
We intend to provide a centralized source of information to the addon developers community. We will publish very focused articles as well as more high-level content. In the first case, we will provide examples and code snippets.

The current market is about Chrome and Firefox browsers, we will therefore focus on those two environments. We hope you'll find the result useful and will be tempted to contribute.





From Wikipedia, the free encyclopedia:
A browser extension is a computer program that extends the functionality of a web browser in some way. Depending on the browser and the version, the term may be distinct from similar terms such as plug-in or add-on. Some extensions are authored using web technologies such as HTML, JavaScript, and CSS.[1] Browser extensions can change the user interface of the web browser without directly affecting viewable content of a web page; for example, by adding a "toolbar."

Popular posts from this blog

Extending an extension with a native app.

Intercepting file download in chrome

Filtering console messages in the chrome devtools window