Hue Tab

A customizable HSL color picker on every new tab page

What is Hue Tab?

Hue Tab is a Chrome extension developed by Vishal Devireddy, and its main feature is "A customizable HSL color picker on every new tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Hue Tab Extension CRX File

Download Hue Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hue Tab is a Chrome extension that displays a HSL color picker on every new tab page. HSL (Hue, Saturation, and Lightness) is an intuitive color model, an alternative to RGB. This extension displays a bright and customizable color picker on every new tab page, including incognito mode.

The code is open source at https://github.com/TwoTau/Hue-Tab                    

Extension Basic Information

Name Hue Tab Hue Tab
ID mhpnoeopnoemnkkklmmmpjecilooeaoe
Official URL https://chromewebstore.google.com/detail/hue-tab/mhpnoeopnoemnkkklmmmpjecilooeaoe
Description A customizable HSL color picker on every new tab page
File Size 38.21 KB
Installation Count 147
Current Version 1.0.0
Last Updated 2022-12-19
Publish Date 2018-03-11
Rating 5.00/5 Total 2 Ratings
Developer Vishal Devireddy
Email [email protected]
Payment Type free
Extension Website https://github.com/TwoTau/Hue-Tab
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hue Tab",
    "description": "A customizable HSL color picker on every new tab page",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "incognito": "split"
}