macOS
brew install web-extlocal Homebrew formula metadata
sudo port install web-extMacPorts ports tree · devel/web-ext/Portfile · ソース: api.github.com
brew
web-ext のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install web-extlocal Homebrew formula metadata
sudo port install web-extMacPorts ports tree · devel/web-ext/Portfile · ソース: api.github.com
nix profile install nixpkgs#web-extnixpkgs package indexes · pkgs/by-name/we/web-ext/package.nix · ソース: api.github.com
概要
Command-line tool to help build, run, and test web extensions
履歴
web-ext is Mozilla's command-line tool for building, running, testing, packaging, and signing browser extensions. It grew out of Firefox's WebExtensions transition, giving add-on developers a repeatable CLI workflow around temporary installs, automatic reloads, linting, build artifacts, and submission to addons.mozilla.org.
Mozilla created the public web-ext repository and npm package in February 2016, while WebExtensions support was still stabilizing in Firefox. Mozilla's April 2016 add-ons blog described WebExtensions in Firefox 48 and pointed to web-ext as the command-line tool that would automate reloads during add-on development.
The 1.0.0 npm release landed in April 2016. By July 2016, Mozilla was already describing web-ext 1.0 as announced and following up with automatic extension reloading and source linting, two features that became central to the tool's everyday value.
The tool continued as part of Firefox Extension Workshop documentation rather than as an abandoned migration helper. By 2026, npm showed a long release history through the 10.x series, while the official command reference documented the current major-version command set.
web-ext became the standard Mozilla-supported CLI for WebExtension developers because it matches the repetitive tasks of extension work: run the extension in a temporary Firefox profile, watch files, reload after edits, package the source as a zip, and sign or submit builds for addons.mozilla.org.
The broader adoption story is tied to Firefox's move away from legacy extension systems toward the cross-browser WebExtensions model. Even when an extension targets multiple browsers, web-ext remains useful for Firefox-specific testing, AMO signing, Android extension testing, and making Firefox profile state disposable during development.
The common development loop is to change into an extension source directory and run `web-ext run`, which starts Firefox with the extension temporarily loaded and reloads it after source changes. When the extension is ready, `web-ext build` creates a package and `web-ext sign` can use addons.mozilla.org API credentials to produce or submit signed artifacts.
The tool also supports configuration files and package.json configuration, so teams can put source directories, ignore patterns, signing settings, and other options under version control or local developer configuration. This makes it a small but important bridge between browser-extension code and ordinary command-line build automation.
web-ext matters in package-manager culture because it turns a browser UI workflow into a scriptable developer tool. Installing it with npm, Homebrew, MacPorts, or Nix lets extension developers use the same shell habits they use for compilers, linters, and bundlers, while still targeting Firefox's extension runtime and AMO publishing requirements.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.jsonC:\Users\<username>\.web-ext-config.mjs.\web-ext-config.mjs.\.web-ext-config.cjs.\package.jsonCredential-bearing paths to review before unattended agent runs.
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.jsonC:\Users\<username>\.web-ext-config.mjs.\web-ext-config.mjs.\.web-ext-config.cjs.\package.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
web-ext | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mozilla/web-ext
インストールメタデータ
| パッケージキー | brew:web-ext |
|---|---|
| バージョン | 10.5.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/web-ext |
| ホームページ | https://github.com/mozilla/web-ext |
| リポジトリ | https://github.com/mozilla/web-ext |
| 上流ドキュメント | https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext |
| ライセンス | MPL-2.0 |
| ソースアーカイブ | https://registry.npmjs.org/web-ext/-/web-ext-10.5.0.tgz |
| 最終更新 | 2026-07-11T11:03:03Z |
| Pulse | updated |
| 依存関係 | node, terminal-notifier |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | web-ext |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
web-ext
nix profile install nixpkgs#web-extweb-ext
sudo port install web-extソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.