New Tab Vue

Replaces your new tab page with a simple Vue page.

Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: new tab, background service worker · Styling: CSS · Framework: vue

Create this project

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

Files in this template

  • extension.config.js
  • src/background.js
  • src/images/icon.png
  • src/manifest.json
  • src/newtab/NewTabApp.vue
  • src/newtab/index.html
  • src/newtab/scripts.ts
  • src/newtab/shims-vue.d.ts
  • src/newtab/styles.css

extension.devDocumentation for extension.dev