Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metonym/template-chrome-extension
Template for Chrome extensions
https://github.com/metonym/template-chrome-extension
chrome-extension template typescript
Last synced: about 1 month ago
JSON representation
Template for Chrome extensions
- Host: GitHub
- URL: https://github.com/metonym/template-chrome-extension
- Owner: metonym
- License: mit
- Created: 2019-07-08T02:03:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:12:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:06:28.431Z (over 1 year ago)
- Topics: chrome-extension, template, typescript
- Language: JavaScript
- Homepage:
- Size: 884 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-chrome-extension
[![Build][build]][build-badge]
> Template for developing Chrome extensions with Svelte.
This project provides a boilerplate for developing Chrome extensions using [Svelte 3](https://svelte.dev).
## Available Scripts
### `yarn develop`
Runs the app in development mode with livereload enabled. Visit `http://localhost:1234` to view the app.
### `yarn build`
Builds the app in production mode.
## Configuration
### Development
To change the destination folder or port (in development), edit the `outDir` and `port` values in [package.json](package.json).
```json
"extension": {
"outDir": "dist",
"port": 1234
}
```### Template
Edit the popup template in [src/popup/index.html](src/popup/index.html).
## License
[MIT](LICENSE)
[build]: https://travis-ci.com/metonym/template-chrome-extension.svg?branch=master
[build-badge]: https://travis-ci.com/metonym/template-chrome-extension