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.
扩展基本信息
名称 | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
官方URL | 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" } } |