Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
什麼是Color Extraction by Qvalento?
Color Extraction by Qvalento是由https://qvalento.se開發的Chrome擴展程式,該擴展的主要功能是“This extension extract colors from elements on the page in hex and rgb.”。
擴展截圖
下載Color Extraction by Qvalento擴展crx文件
下載Color Extraction by Qvalento擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS. 擴展基本資訊
| 名稱 | |
| ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
| 官方網址 | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
| 簡介 | This extension extract colors from elements on the page in hex and rgb. |
| 檔案大小 | 387 KB |
| 安裝次數 | 229 |
| 目前版本 | 3.0 |
| 更新時間 | 2020-05-22 |
| 上架時間 | 2020-05-22 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://qvalento.se |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Linus Larsson",
"name": "Color Extraction by Qvalento",
"description": "This extension extract colors from elements on the page in hex and rgb.",
"version": "3.0",
"permissions": [
"activeTab",
"clipboardWrite"
],
"icons": {
"16": "color_extraction_logo_16.png",
"48": "color_extraction_logo_48.png",
"128": "color_extraction_logo_128.png"
},
"browser_action": {
"default_icon": "color_extraction_logo_48.png",
"default_popup": "popup.html"
}
} | |