Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgpat/webext-template
https://github.com/bgpat/webext-template
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgpat/webext-template
- Owner: bgpat
- Created: 2019-10-02T21:57:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T14:29:45.000Z (3 months ago)
- Last Synced: 2024-10-14T19:23:09.185Z (3 months ago)
- Language: JavaScript
- Size: 639 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```