📚 La documentation WebExtensions
🚀 WebExtension Starter & ViteJS
📗 Les slides du Tools in Action
npm i
npm run dev
(Watch mode, One min = One sec)npm run build
(Prod build, One min = One min)
- Discover Dev Experience when creating an extension
- Discover the joy of X-Browser spec.
- Discover the browser API, exposed by WebExtensions.
- Create a tiny Pomodoro App.
- Minimal extension structure
- Discover Manifest
- Discover first API : Browser action (We add a handler when we click on the button).
- Hello World in the console !
- Installation in Chrome / Firefox / Edge ...
- Demo of how we manage dev and tests in the Browser.