https://github.com/animesh-ghosh/chrome-ext-tut
An example extension following Google Chrome extension tutorial.
https://github.com/animesh-ghosh/chrome-ext-tut
Last synced: 6 months ago
JSON representation
An example extension following Google Chrome extension tutorial.
- Host: GitHub
- URL: https://github.com/animesh-ghosh/chrome-ext-tut
- Owner: Animesh-Ghosh
- License: agpl-3.0
- Created: 2021-11-20T15:46:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T16:08:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T09:55:12.320Z (8 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# chrome-ext-tut
An example extension following [Google Chrome extension tutorial](https://developer.chrome.com/docs/extensions/mv3/getstarted/).
Make your favourite websites use your choice of background colour.
# Installation
1. Clone this repository.
```bash
git clone https://github.com/Animesh-Ghosh/chrome-ext-tut.git
```2. Open Google Chrome browser.
3. Go to the `chrome://extensions/` page and enable Developer mode.
4. Load the extension by clicking on the Load Unpacked button on the page.# Usage
1. Click on the extension menu (puzzle piece) and optionally pin it.
2. Click on the button on the popup and viola! The background colour of the page should change.
3. Change the default colour via the Options page.