1 repositorio
Build-time architectures that compile a single codebase into compatible artifacts for multiple browser engines.
Distinct from Cross-Browser Extension Frameworks: Distinct from Browser Extension Development: focuses specifically on the cross-browser compilation and compatibility layer rather than general extension management.
Explore 1 awesome GitHub repository matching web development · Cross-Browser Frameworks. Refine with filters or upvote what's useful.
Extension.js is a development framework designed to manage the entire lifecycle of browser extensions from initial creation to production distribution. It functions as a cross-browser build tool that compiles a single codebase into compatible artifacts for multiple platforms, including Chrome, Edge, and Firefox, while automating manifest management and configuration. The framework distinguishes itself through an iterative development workflow that supports hot module replacement for background, content, and popup scripts, allowing changes to be applied instantly without manual browser refresh
Compiles a single codebase into compatible artifacts for Chrome, Edge, and Firefox.