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

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.

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.