Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
Hvad er Color Extraction by Qvalento?
Color Extraction by Qvalento er en Chrome-udvidelse udviklet af https://qvalento.se, og dens hovedfunktion er "This extension extract colors from elements on the page in hex and rgb.".
Udvidelsesskærmbilleder
Download Color Extraction by Qvalento-udvidelses-CRX-fil
Download Color Extraction by Qvalento-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Officiel URL | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Beskrivelse | This extension extract colors from elements on the page in hex and rgb. |
Filstørrelse | 387 KB |
Antal Installationer | 229 |
Nuværende Version | 3.0 |
Senest Opdateret | 2020-05-22 |
Udgivelsesdato | 2020-05-22 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://qvalento.se |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |