How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
extension.js is a browser extension development framework and build tool designed to facilitate the creation, testing, and packaging of web extensions. It provides a system for building a single codebase that maintains compatibility across different browser environments. The framework utilizes adapters to map code to various browser specifications and includes a hot-reloading tool that updates background and UI scripts in real-time. It also manages isolated browser binaries to keep development environments separate from system installations. The toolset covers the full development lifecycle,
A CLI wrapper around the Web Store Upload module.
Webpack Loader for Webextension manifest 🙋♂️ Made by @abhijithvijayan Donate: PayPal , Patreon
Webpack loader that loads browser tailored manifest.json. It also imports all importable properties, allowing you to have 'manifest.json' as your only webpack entry point.
The main features of jsmnbom/webextension-manifest-loader are: Development and Build Tools.
Projects with overlapping indexed features include: abhijithvijayan/wext-manifest-loader — Webpack Loader for Webextension manifest 🙋♂️ Made by @abhijithvijayan Donate: PayPal , Patreon. acvetkov/chrome-store-api — Chrome webstore Api for Node.js. cezaraugusto/extension.js — extension.js is a browser extension development framework and build tool designed to facilitate the creation, testing,… fregante/chrome-webstore-upload-cli — A CLI wrapper around the Web Store Upload module. jiripospisil/chrome-ext-downloader — Allows you to download the extension's source code without installing it. linusu/wext-shipit — Automate the process of shipping Web Extensions for Chrome, Firefox, Safari, Opera and Edge.