Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

Browser Extension Developer

  • 1 installs
  • 404 repo stars
  • Updated August 5, 2026
  • aiskillstore/marketplace

browser-extension-developer is a Claude Code skill that helps develop cross-browser (Chrome/Firefox/Edge) Manifest V3 extensions built with the WXT framework.

About

browser-extension-developer is a Claude Code skill for building and maintaining a cross-browser extension with the WXT framework and Manifest V3. It covers Chrome, Firefox, and Edge compatibility, content and background scripts, and i18n updates. A developer uses it when editing extension code that injects a button into GitHub repository pages.

  • Cross-browser MV3 extension development with the WXT framework
  • Chrome/Firefox/Edge build commands and polyfill notes
  • i18n across 12 bundled languages

Browser Extension Developer by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,912 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

browser-extension-developer capabilities & compatibility

Capabilities
extension scaffolding · cross browser build · i18n localization · content script injection
Use cases
frontend
From the docs

What browser-extension-developer says it does

Cross-browser extension (Chrome/Firefox/Edge) using **WXT framework** with Manifest V3. Injects "Repomix" button into GitHub repository pages.
SKILL.md
12 languages: en, ja, de, fr, es, pt_BR, id, vi, ko, zh_CN, zh_TW, hi
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill browser-extension-developer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/marketplace

What it does

Develop and maintain a cross-browser WXT extension across Chrome, Firefox, and Edge, including content scripts and i18n.

Who is it for?

Developers maintaining a WXT-based cross-browser extension who need Chrome/Firefox/Edge build and i18n guidance

Skip if: Building web apps or extensions outside the WXT/Manifest V3 workflow

When should I use this skill?

Editing extension code in the browser/ directory or adding a new i18n language

By the numbers

  • i18n across 12 languages
  • supports Chrome, Firefox, and Edge

Files

SKILL.mdMarkdownGitHub ↗

Browser Extension Developer

Cross-browser extension (Chrome/Firefox/Edge) using WXT framework with Manifest V3. Injects "Repomix" button into GitHub repository pages.

Structure

browser/
├── entrypoints/       # background.ts, content.ts
├── public/_locales/   # i18n (12 languages)
├── wxt.config.ts      # WXT configuration
└── .output/           # Built files (chrome-mv3, firefox-mv2)

Commands

  • npm run dev - Development mode (Chrome default)
  • npm run dev:firefox - Firefox dev mode
  • npm run build-all - Build all browsers
  • npm run lint / npm run test

i18n

12 languages: en, ja, de, fr, es, pt_BR, id, vi, ko, zh_CN, zh_TW, hi

New language: Create public/_locales/[code]/messages.json with keys: appDescription, openWithRepomix

Notes

  • Chrome/Edge use chrome.* APIs, Firefox may need polyfills
  • Run lint and tests before completion

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.