Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
Was ist Color Extraction by Qvalento?
Color Extraction by Qvalento ist eine Chrome-Erweiterung, die von https://qvalento.se entwickelt wurde, und ihr Hauptmerkmal ist "This extension extract colors from elements on the page in hex and rgb.".
Erweiterungsscreenshots
Color Extraction by Qvalento-Erweiterungs-CRX-Datei herunterladen
Laden Sie Color Extraction by Qvalento-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Offizielle URL | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Beschreibung | This extension extract colors from elements on the page in hex and rgb. |
Dateigröße | 387 KB |
Installationsanzahl | 229 |
Aktuelle Version | 3.0 |
Letztes Update | 2020-05-22 |
Veröffentlichungsdatum | 2020-05-22 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://qvalento.se |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |