Color Grabber
Extract colors easily from anywhere with color grabber tool.
什麼是Color Grabber?
Color Grabber是由https://colorgrabber.io開發的Chrome擴展程式,該擴展的主要功能是“Extract colors easily from anywhere with color grabber tool.”。
擴展截圖
下載Color Grabber擴展crx文件
下載Color Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.
擴展基本資訊
名稱 | Color Grabber |
ID | ienonflmjobapflnpjadihcdibodpkjb |
官方網址 | https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb |
簡介 | Extract colors easily from anywhere with color grabber tool. |
檔案大小 | 273 KB |
安裝次數 | 546 |
目前版本 | 1.0.8 |
更新時間 | 2023-12-27 |
上架時間 | 2021-09-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://colorgrabber.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://colorgrabber.io |
隱私政策頁面URL | https://tier5.us/chrome_extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grabber", "description": "Extract colors easily from anywhere with color grabber tool.", "version": "1.0.8", "manifest_version": 2, "browser_action": { "default_popup": "login.html", "default_title": "Color Grabber" }, "icons": { "16": "images\/1625151100122-smallLogo.png", "48": "images\/1625151100166-mediumLogo.png", "128": "images\/1625151100210-largeLogo.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "js\/edropper2.js", "inject\/anchor-cursor-default.css", "inject\/anchor-cursor-crosshair.css", "inject\/edropper2.css" ], "commands": { "activate": { "suggested_key": { "default": "Alt+P" }, "description": "Activate pick color from web page" } }, "short_name": "CG" } |