Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

What is Color Extraction by Qvalento?

Color Extraction by Qvalento is a Chrome extension developed by https://qvalento.se, and its main feature is "This extension extract colors from elements on the page in hex and rgb.".

Extension Screenshots

screenshot
screenshot

Download Color Extraction by Qvalento Extension CRX File

Download Color Extraction by Qvalento extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
Official URL https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
Description This extension extract colors from elements on the page in hex and rgb.
File Size 387 KB
Installation Count 229
Current Version 3.0
Last Updated 2020-05-22
Publish Date 2020-05-22
Rating 5.00/5 Total 3 Ratings
Developer https://qvalento.se
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}