Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
Wat is Color Extraction by Qvalento?
Color Extraction by Qvalento is een Chrome-extensie ontwikkeld door https://qvalento.se, en de belangrijkste functie is "This extension extract colors from elements on the page in hex and rgb.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Extraction by Qvalento
Download Color Extraction by Qvalento-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Officiële URL | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Beschrijving | This extension extract colors from elements on the page in hex and rgb. |
Bestandsgrootte | 387 KB |
Aantal Installaties | 229 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2020-05-22 |
Publicatiedatum | 2020-05-22 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://qvalento.se |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |