Image Color Picker - find colors from image
Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Hvad er Image Color Picker - find colors from image?
Image Color Picker - find colors from image er en Chrome-udvidelse udviklet af https://libscat.com, og dens hovedfunktion er "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".
Udvidelsesskærmbilleder
Download Image Color Picker - find colors from image-udvidelses-CRX-fil
Download Image Color Picker - find colors from image-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
Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool will be opened. With the tool, you can get various color codes of the image.
Grundlæggende oplysninger om udvidelsen
Navn | Image Color Picker - find colors from image |
ID | ainpldfncpicabccajiklbibogoonpjp |
Officiel URL | https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp |
Beskrivelse | Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image. |
Filstørrelse | 93.44 KB |
Antal Installationer | 1,852 |
Nuværende Version | 2.0 |
Senest Opdateret | 2020-07-08 |
Udgivelsesdato | 2020-07-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://libscat.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://libscat.com/html-color-codes/color-from-image.html |
Hjælpeside-URL | https://libscat.com |
URL til Fortrolighedspolitik Side | https://libscat.com/privacy-policy.html |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Color Picker - find colors from image", "version": "2.0", "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Find colors from image", "default_icon": "images\/libscat_32.png" }, "icons": { "16": "images\/libscat_16.png", "32": "images\/libscat_32.png", "48": "images\/libscat_48.png", "128": "images\/libscat_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*", "style\/*", "lib\/*", "page\/*", "script\/main.js" ] } |