A template for building cross browser extensions for Chrome, Opera & Firefox.
The project mentioned in this document is a browser extension/addon that can be used on multiple browsers, including Chrome, Opera, and Firefox. The extension serves as a starting point for building browser extensions and is specifically extracted from the browser extensions built for the side-project, Email This. Email This is an alternative to bookmarking tools like Pocket, Readability, and Instapaper, where it removes ads and distractions from an article and sends the user a simplified email with only the text and images. The extension does not require any additional applications or logins.
chrome://extensions.extension-boilerplate/build/chrome or extension-boilerplate/build/opera directory.about:debugging.extension-boilerplate/build/firefox directory.The project described in this document is a browser extension/addon that can be used on multiple browsers. It is a starting point for building browser extensions and is extracted from the browser extensions built for the Email This side project. The extension offers an alternative to bookmarking tools by removing ads and distractions from articles and sending simplified emails with just the text and images. The installation process involves cloning the repository and running the necessary commands, or downloading the pre-built sample extension files. The extension supports live reload for developers and is under the MIT license.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.