Color Extraction by Qvalento
This extension extract colors from elements on the page in hex and rgb.
Vad är Color Extraction by Qvalento?
Color Extraction by Qvalento är en Chrome-tillägg utvecklad av https://qvalento.se, och dess huvudfunktion är "This extension extract colors from elements on the page in hex and rgb.".
Tilläggsskärmbilder
Ladda ner Color Extraction by Qvalento-förlängningens CRX-fil
Ladda ner Color Extraction by Qvalento-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Color Extraction by Qvalento |
ID | hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Officiell webbadress | https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl |
Beskrivning | This extension extract colors from elements on the page in hex and rgb. |
Filstorlek | 387 KB |
Antal Installationer | 229 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2020-05-22 |
Publiceringsdatum | 2020-05-22 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://qvalento.se |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |