Starter kit for building Chrome/Firefox extensions
The Extension Starter Kit is a comprehensive starting point for developers looking to build Chrome and Firefox extensions. It provides support for TypeScript, React, Bootstrap, CSS Modules, and live reloading.
To install the Extension Starter Kit, follow these steps:
npm install to install the required dependencies.npm run develop. For Firefox, run npm run develop-firefox.chrome://extensions/. Load the extension in the dist-dev directory.about:debugging#/runtime/this-firefox. Load the build/manifest.json file.The Extension Starter Kit is a powerful tool for building Chrome and Firefox extensions. It provides support for TypeScript, React, Bootstrap, CSS Modules, and live reloading, making it easier for developers to create robust and feature-rich extensions. By using the webextension-polyfill, the starter kit ensures compatibility across both Chrome and Firefox browsers. With an example content script included, developers can quickly see the starter kit in action. The installation process is straightforward, with clear instructions on how to set up and start developing the extension. Overall, the Extension Starter Kit offers a solid foundation for building high-quality extensions for both Chrome and Firefox.