Skip to content

Awungia112/Chrome_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof Of Work Chrome Extension (PoW)

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).

Requirements

  • Google Chrome (latest version)
  • Node.js (v14 or higher) - only for development

Installation

  1. Clone this repository:
git clone https://github.com/Awungia112/Chrome_extension.git

2. Load the extension in Chrome or any chrome based browser like "Brave":

- Open Chrome and navigate to chrome://extensions

- Enable "Developer mode" (toggle in top right)

- Click "Load unpacked" and select the extension directory

4.Features

Basic extension structure

Manifest V3 compatible

Example content script

Example popup interface

5.File Structure

├── 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

About

Proof of Work (PoW) chrome based extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors