Automic VaultAutomic Vault

brew

Installer web-ext avec Homebrew, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de web-ext pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install web-ext

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install web-ext

MacPorts ports tree · devel/web-ext/Portfile · Source: api.github.com

Linux

Nixvérifié · 92%
nix profile install nixpkgs#web-ext

nixpkgs package indexes · pkgs/by-name/we/web-ext/package.nix · Source: api.github.com

aperçu

Résumé du paquet

Command-line tool to help build, run, and test web extensions

Commandes et alias

  • web-ext

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2016-02: Mozilla created the public web-ext repository and first npm package.
  • 2016-04: web-ext 1.0.0 was published as Firefox 48-era WebExtensions support stabilized.
  • 2016-07: Mozilla documented follow-up work adding automatic reload and linting to the young tool.
  • 2024: The npm release stream reached web-ext 8.x, matching a separately documented v8 command reference.
  • 2026: npm listed web-ext 10.4.0 as the current package version.

Related projects

  • web-ext sits beside Mozilla's addons-linter, addons.mozilla.org signing APIs, MDN WebExtensions documentation, and browser-specific extension debugging pages such as about:debugging. It is also adjacent to cross-browser extension frameworks that eventually call into browser-specific build or signing steps.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 2 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Linux
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json
macOS
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json
Windows
C:\Users\<username>\.web-ext-config.mjs.\web-ext-config.mjs.\.web-ext-config.cjs.\package.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json
macOS
~/.web-ext-config.mjs./web-ext-config.mjs./.web-ext-config.cjs./package.json
Windows
C:\Users\<username>\.web-ext-config.mjs.\web-ext-config.mjs.\.web-ext-config.cjs.\package.json

exécutables

Exécutables installés

CommandeTypeExpositionNote
web-extcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-26
version du gestionnaire10.5.0
gestionnaire mis à jour2026-07-11
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/mozilla/web-ext

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:web-ext
Version10.5.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/web-ext
Page d'accueilhttps://github.com/mozilla/web-ext
Dépôthttps://github.com/mozilla/web-ext
Docs amonthttps://extensionworkshop.com/documentation/develop/getting-started-with-web-ext
LicenceMPL-2.0
Archive sourcehttps://registry.npmjs.org/web-ext/-/web-ext-10.5.0.tgz
Dernière mise à jour2026-07-11T11:03:03Z
Pulseupdated
Dépendancesnode, terminal-notifier
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameweb-ext
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

web-ext

nix profile install nixpkgs#web-ext
  • normalized package name match
  • Correspondance par : Web Ext
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/we/web-ext/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

web-ext

sudo port install web-ext
  • normalized package name match
  • Correspondance par : Web Ext
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/web-ext/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment