An open API service indexing awesome lists of open source software.

https://github.com/hokagecv/extension-template


https://github.com/hokagecv/extension-template

chrome-extension template

Last synced: 3 months ago
JSON representation

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.