https://github.com/cutwell/chrome-extension-template
A template repository for building Chromium extensions
https://github.com/cutwell/chrome-extension-template
Last synced: about 1 year ago
JSON representation
A template repository for building Chromium extensions
- Host: GitHub
- URL: https://github.com/cutwell/chrome-extension-template
- Owner: Cutwell
- License: mit
- Created: 2021-09-09T17:25:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T18:21:02.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T11:28:24.346Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome extension template
A template repository for building Chromium extensions
* Tested for MV3.
## README usage
1. Capture screenshots for all missing images below. (if screenshots are intended for use on the Chrome Web Store, follow the guidelines: "1,280x800 or 640x400 .jpg or 24-bit .png (no alpha)"
* `github/images/exampleUI.png`
* `github/images/extension_card.png`
* `github/images/extension_options.png`
2. Replace the icon files below with correct logo.
* `data/img/icon128.png` (128x128 .png)
* `data/img/icon48.png` (48x48 .png)
3. Update the README file with appropriate descriptions of the extension.
4. If published to the Chrome Web Store, update the appropriate link to direct to the store page.
---

A basic extension tagline / description.

| |
|:---:|
|  |
| Install this extension in the [Chrome web store](https://chrome.google.com/webstore/). |
## About
| |
|:---:|
|  |
| Image caption |
An in-depth description of the extension and the problem it solves.
## Manual installation
| |
|:---:|
|  |
| Navigate to `chrome://extensions` and `load unpacked`. |
1. Clone this repository onto your device.
2. Navigate to `chrome://extensions/` (replace `chrome` with the name of your Chromium based browser, for instance `opera://extensions/`).
3. Open the file explorer using `Load unpacked` and navigate to the root folder of this repository.
4. Select this folder, and the extension should load into your list of browser extensions.
## User options
| Extension card | Options page |
|:---:|:---:|
|  |  |
The extension can be configured from `chrome://extensions` using the `options` button on the extension card.
## License
MIT