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 |
官方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 |
电子邮箱 | [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" } |