mozilla/web-ext

A command line tool to help build, run, and test web extensions

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 22nd, 2026
Created on February 1st, 2016
Open Issues & Pull Requests: 221 (+0)
GitHub issues: Enabled
Number of forks: 388
Total Stargazers: 3,138 (+0)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 days
Mean response time: 77.4 days
90th percentile: 81.8 days
Tracked items: 94

How this project is maintained

86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 69% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 949 days
Stale 30+ days: 34
Stale 90+ days: 31

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • contrib: welcome (9)
  • priority: enhancement (4)
  • contrib: good first bug (2)
  • state: invalid (2)
  • state: verified fixed (2)
  • type: bug (2)
  • type: feature (2)
  • component: code quality (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

web-ext is a command line tool to help build, run, and test web extensions.

The tool addresses the workflow challenges developers face when creating browser extensions by providing a unified command line interface for common development tasks. It streamlines the build, execution, and testing phases of extension development, reducing friction in the iteration cycle and allowing developers to focus on extension logic rather than tooling setup.

Developers building browser extensions for Firefox or other WebExtension-compatible browsers should consider web-ext if they want to avoid manual packaging and testing workflows. The tool is particularly suited to projects that benefit from automation in the development loop, such as extensions under active development or those requiring frequent testing across different browser states. It works well for teams that prefer command line tooling and integration with existing build pipelines.

The project maintains steady development activity with regular commits addressing bug fixes and feature improvements. Pull requests receive consistent review and feedback from maintainers. The codebase shows ongoing attention to compatibility with evolving WebExtension standards and browser requirements.