A simple Chrome extension template with basic functionality to get started quickly, This Chrome (Manifest V3) browser extension lets the user submit a “challenge string” and a difficulty level d (number of leading zero hex-digits).
- Google Chrome (latest version)
- Node.js (v14 or higher) - only for development
- Clone this repository:
git clone https://github.com/Awungia112/Chrome_extension.git
- Open Chrome and navigate to chrome://extensions
- Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the extension directory
Basic extension structure
Manifest V3 compatible
Example content script
Example popup interface
├── manifest.json # Extension configuration
├── popup/ # Popup HTML and assets
├── content.js # Content script example
├── background.js # Background script example
└── icons/ # Extension icons
License
MIT - Feel free to use and modify for your projects