Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
什麼是Image Color Picker - find colors from image?
Image Color Picker - find colors from image是由https://libscat.com開發的Chrome擴展程式,該擴展的主要功能是“Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.”。
擴展截圖
下載Image Color Picker - find colors from image擴展crx文件
下載Image Color Picker - find colors from image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool will be opened. With the tool, you can get various color codes of the image.
擴展基本資訊
名稱 | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
官方網址 | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
簡介 | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
檔案大小 | 93.44 KB |
安裝次數 | 1,852 |
目前版本 | 2.0 |
更新時間 | 2020-07-08 |
上架時間 | 2020-07-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://libscat.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://libscat.com/html-color-codes/color-from-image.html |
說明頁面URL | https://libscat.com |
隱私政策頁面URL | https://libscat.com/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Color Picker - find colors from image", "version": "2.0", "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Find colors from image", "default_icon": "images\/libscat_32.png" }, "icons": { "16": "images\/libscat_16.png", "32": "images\/libscat_32.png", "48": "images\/libscat_48.png", "128": "images\/libscat_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*", "style\/*", "lib\/*", "page\/*", "script\/main.js" ] } |