https://github.com/devhindo/chrome-extension-template-with-typescript
chrome extension starter template using Typescript and Node.js
https://github.com/devhindo/chrome-extension-template-with-typescript
Last synced: about 2 months ago
JSON representation
chrome extension starter template using Typescript and Node.js
- Host: GitHub
- URL: https://github.com/devhindo/chrome-extension-template-with-typescript
- Owner: devhindo
- License: mit
- Created: 2023-06-01T14:32:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T17:07:03.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T03:11:47.649Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starter template for chrome extension with typescript
## How to use
- fork this repo
- clone it in your machine
- run `npm install` to install dependencies
- edit `name` in `package.json` to your extension name
- edit `description` in `package.json` to your extension description
- same with the `manifest.json` file
- add your extension icon as `assets/icon.png`
- start editing your code in `src` folder. Run `npm run build` to compile the source code
## Optional features
- the `docs` folder. Just for documentation purposes. You can delete it if you don't need it.
## *Contributing is welcome*