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

https://github.com/mayurmarvel/tab-brightness-controller

Adjust brightness for each Chrome tab!
https://github.com/mayurmarvel/tab-brightness-controller

brave-extension brightness-control chrome-extension chrome-extensions edge-extension opera-extension tools

Last synced: 3 months ago
JSON representation

Adjust brightness for each Chrome tab!

Awesome Lists containing this project

README

        

# Tab Brightness Controller - Chrome Extension

### Adjust brightness for each Chrome tab!
This extension works on all Chromium-based browsers such as **Opera, Edge, Brave**, etc.

## Usage

- Clone the Repo.
- Go to Chrome Extension settings and enable developer mode.
- Choose `Load unpacked` and select the `dist` folder in this repo.
- Enjoy using the plugin.

Chrome requires $5 for registering and uploading this extension, so I can't publish it on the Chrome Web Store. **You can use it for free** by following the above mentioned steps.

## Project Details

- This extension is built using Vite + React + Shadcn/ui.
- The build folder `dist` contains the final code for the extension.

## For Firefox
Firefox Extension (Inspired by): [Click here](https://addons.mozilla.org/en-US/firefox/addon/brightnessslider/#:~:text=Shortcut%3A%20ctrl%2Bshift%2BL,escape%20to%20hide%20the%20slider)

## Credits:
- FreeCodeCamp Tutorial: [Click Here](https://youtu.be/0n809nd4Zu4)
- Chrome Extension using Vite: [Click Here](https://www.youtube.com/watch?v=GGi7Brsf7js)
- Shadcn/ui: [Click Here](https://ui.shadcn.com/)