Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/webext-template


https://github.com/bgpat/webext-template

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# {{repo_name}}

[![Build Status](https://travis-ci.com/bgpat/{{repo_name}}.svg?branch=master)](https://travis-ci.com/bgpat/{{repo_name}})

**{{repo_name}}** is 〜〜.

## Installation

### Firefox

Go to https://addons.mozilla.org/ja/firefox/addon/{{firefox_extension_name}}/ and install to your browser.

### Google Chrome

Go to https://chrome.google.com/webstore/detail/{{chrome_extension_name}}/{{chrome_extension_id}}/ and install to your browser.

## Development

### Debug with Firefox

```bash
npm start
```

### Build

```bash
npm run build
```