Huey
Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
什么是Huey?
Huey是由https://kuldp.dev开发的Chrome扩展程序,该扩展的主要功能是“Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.”。
扩展截图
下载Huey扩展crx文件
下载Huey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple color picker extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
扩展基本信息
名称 | Huey |
ID | diglalbiemiiapebfblemllfmfglglaf |
官方URL | https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf |
简介 | Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click. |
文件大小 | 10.9 KB |
安装次数 | 88 |
当前版本 | 1.0 |
更新时间 | 2023-01-09 |
上架时间 | 2023-01-09 |
评分 | 5.00/5 共2次评分 |
开发者 | https://kuldp.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kuldp.dev |
帮助页面URL | https://kuldp.dev |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Huey", "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.", "version": "1.0", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png" } } |