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”。
擴展截圖
下載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 |
ID | mhpnoeopnoemnkkklmmmpjecilooeaoe |
官方網址 | 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 |
電子郵箱 | [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" } |