https://github.com/hokagecv/extension-template
https://github.com/hokagecv/extension-template
chrome-extension template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokagecv/extension-template
- Owner: hokageCV
- Created: 2023-03-01T12:50:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T14:05:50.000Z (6 months ago)
- Last Synced: 2025-01-16T23:32:26.392Z (5 months ago)
- Topics: chrome-extension, template
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chrome Extension Template
A starter kit for developers who want to create a Chrome extension without having to worry about the initial setup. This template provides a basic project structure and files to help developers get started right away.
## Features
- Basic file structure and setup for Chrome extensions
- Manifest V3 file with common properties pre-configured
- Background script file with basic functionality
- Content script file with basic functionality
- Popup page file with basic functionality
- Pre-configured icons and images
- Basic CSS styling for pages## How to Use
1. Clone or download the repository to your local machine.
2. Open the template folder in your preferred code editor.
3. Modify the manifest.json file to suit your extension's needs.
4. Modify the files to implement your extension's functionality.
5. Test your extension in Chrome by loading it as an unpacked extension.