Color picker
Finds the color under your cursor in HEX and RGB form
什麼是Color picker?
Color picker是由Felix開發的Chrome擴展程式,該擴展的主要功能是“Finds the color under your cursor in HEX and RGB form”。
擴展截圖
下載Color picker擴展crx文件
下載Color picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
擴展基本資訊
名稱 | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
官方網址 | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
簡介 | Finds the color under your cursor in HEX and RGB form |
檔案大小 | 855 KB |
安裝次數 | 1,317 |
目前版本 | 1.0 |
更新時間 | 2022-03-28 |
上架時間 | 2022-03-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Felix |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |