RGBlind

Simulate color blindness in your web browser.

Τι είναι το RGBlind;

Το RGBlind είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.rgblind.se, και η κύρια λειτουργία του είναι "Simulate color blindness in your web browser.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RGBlind

Λήψη αρχείων επέκτασης RGBlind σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

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

Όνομα RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
Επίσημο URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
Περιγραφή Simulate color blindness in your web browser.
Μέγεθος Αρχείου 65.85 KB
Αριθμός Εγκαταστάσεων 2,052
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2017-01-06
Ημερομηνία Δημοσίευσης 2017-01-06
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.rgblind.se
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.rgblind.se
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}