An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🌐 Browser Extension

An opinionated starter for writing web browser extensions for Chrome, Firefox, etc., with TypeScript

[![Node CI](https://img.shields.io/github/workflow/status/AnandChowdhary/browser-extension/Node%20CI?label=GitHub%20CI&logo=github)](https://github.com/AnandChowdhary/browser-extension/actions)
[![Travis CI](https://img.shields.io/travis/AnandChowdhary/browser-extension?label=Travis%20CI&logo=travis%20ci&logoColor=%23fff)](https://travis-ci.org/AnandChowdhary/browser-extension)
[![Contributors](https://img.shields.io/github/contributors/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)