Hue Tab

A customizable HSL color picker on every new tab page

Hue Tabとは何ですか?

Hue TabはVishal Devireddyによって開発されたChromeの拡張機能で、その主な機能は「A customizable HSL color picker on every new tab page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Hue Tab拡張機能のCRXファイルをダウンロード

Hue Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Hue Tab Hue Tab
ID mhpnoeopnoemnkkklmmmpjecilooeaoe
公式URL https://chromewebstore.google.com/detail/hue-tab/mhpnoeopnoemnkkklmmmpjecilooeaoe
説明 A customizable HSL color picker on every new tab page
ファイルサイズ 38.21 KB
インストール数 147
現在のバージョン 1.0.0
最終更新日 2022-12-19
公開日 2018-03-11
評価 5.00/5 合計 2 レビュー
開発者 Vishal Devireddy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/TwoTau/Hue-Tab
対応言語 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"
}