Image Color Picker - find colors from image

Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.

Τι είναι το Image Color Picker - find colors from image;

Το Image Color Picker - find colors from image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://libscat.com, και η κύρια λειτουργία του είναι "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Color Picker - find colors from image

Λήψη αρχείων επέκτασης Image Color Picker - find colors from image σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Επίσημο URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Περιγραφή Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Μέγεθος Αρχείου 93.44 KB
Αριθμός Εγκαταστάσεων 1,852
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2020-07-08
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://libscat.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://libscat.com/html-color-codes/color-from-image.html
Διεύθυνση URL της Σελίδας Βοήθειας https://libscat.com
URL της Σελίδας Πολιτικής Απορρήτου https://libscat.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
    ]
}