Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
Qu'est-ce que Color Extraction by Qvalento ?
Color Extraction by Qvalento est une extension Chrome développée par https://qvalento.se, et sa fonction principale est "This extension extract colors from elements on the page in hex and rgb.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color Extraction by Qvalento
Téléchargez les fichiers d'extension Color Extraction by Qvalento au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
URL Officiel | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Description | This extension extract colors from elements on the page in hex and rgb. |
Taille du Fichier | 387 KB |
Nombre d'Installations | 229 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2020-05-22 |
Date de Publication | 2020-05-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://qvalento.se |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |