Action Locales

Adds a toolbar popup whose text follows your browser's language.

Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: popup, background service worker · Styling: CSS

Create this project

npx extension@latest create my-action-locales --template action-locales
cd my-action-locales
npm install
npm run dev

Files in this template

  • _locales/en/messages.json
  • _locales/pt_BR/messages.json
  • extension.config.js
  • src/action/index.html
  • src/action/scripts.js
  • src/action/styles.css
  • src/background.js
  • src/images/icon.png
  • src/manifest.json

extension.devDocumentation for extension.dev