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 |
官方網址 | 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" } } |