Colorify (Grab ANY color and get the name!)

Color tool for assistance with colors when browsing!

Τι είναι το Colorify (Grab ANY color and get the name!);

Το Colorify (Grab ANY color and get the name!) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Manzey, και η κύρια λειτουργία του είναι "Color tool for assistance with colors when browsing!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Colorify (Grab ANY color and get the name!)

Λήψη αρχείων επέκτασης Colorify (Grab ANY color and get the name!) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Welcome to Colorify!

Colorify is a color assistance tool, primarily created to help with people that have some form of colorblindness.

With the help of Colorify you can:
* Select a pixel on any page and get the colors name, RGB & HEX-values
* Easily access and utilize a color palette directly in your browser
* Search for a basic color and get one or two variations of it, with RGB & HEX.

--

Version: 1.0.2

The extension will gradually be improved with new features and color support for searching!

Upcoming:
- Improve color naming system.
- More futuristic layout.

UPDATES:

09/07/2017:
Added support for dynamically scrolling whilst picking a color and overall quality improvements.                    

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

Όνομα Colorify (Grab ANY color and get the name!) Colorify (Grab ANY color and get the name!)
ID khmkbmhcijchhbnbaadifbfjljkgfhhc
Επίσημο URL https://chrome.google.com/webstore/detail/khmkbmhcijchhbnbaadifbfjljkgfhhc
Περιγραφή Color tool for assistance with colors when browsing!
Μέγεθος Αρχείου 80.61 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2017-11-29
Ημερομηνία Δημοσίευσης 2017-11-29
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Manzey
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorify (Grab ANY color and get the name!)",
    "description": "Color tool for assistance with colors when browsing!",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "subpages\/sampler.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tools\/color_classifier.js",
                "tools\/html2canvas.js",
                "js\/samplerDOM.js"
            ]
        }
    ]
}