https://github.com/anandchowdhary/browser-extension
🌐 Opinionated starter for a web browser extension with TypeScript
https://github.com/anandchowdhary/browser-extension
browser-extention chrome-extension firefox-addon starter typescript web-browser
Last synced: 12 months ago
JSON representation
🌐 Opinionated starter for a web browser extension with TypeScript
- Host: GitHub
- URL: https://github.com/anandchowdhary/browser-extension
- Owner: AnandChowdhary
- License: mit
- Created: 2020-03-19T11:13:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T02:50:12.000Z (about 2 years ago)
- Last Synced: 2025-07-16T02:35:32.260Z (12 months ago)
- Topics: browser-extention, chrome-extension, firefox-addon, starter, typescript, web-browser
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/browser-extension/
- Size: 1.07 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Browser Extension
An opinionated starter for writing web browser extensions for Chrome, Firefox, etc., with TypeScript
[](https://github.com/AnandChowdhary/browser-extension/actions)
[](https://travis-ci.org/AnandChowdhary/browser-extension)
[](https://github.com/AnandChowdhary/browser-extension/graphs/contributors)
## ⭐ Features
- Generate all required icon sizes with [sharp](https://github.com/lovell/sharp)
## 💡 Usage
Install plugin
## 👩💻 Development
Build `manifest.json` and static assets:
```bash
npm run build-manifest
```
Run unit tests and view coverage:
```bash
```
## 📄 License
[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)