Options page

Adds an options page to the browser that saves a setting with chrome.storage.

Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: options page · Styling: CSS · Level: beginner

Create this project

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

Files in this template

  • extension.config.js
  • src/images/icon.png
  • src/manifest.json
  • src/options/index.html
  • src/options/scripts.js
  • src/options/styles.css

extension.devDocumentation for extension.dev