CB Simulator

Allows users to simulate colour-blind vision directly onto their webpage!

Τι είναι το CB Simulator;

Το CB Simulator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Isabelle May, και η κύρια λειτουργία του είναι "Allows users to simulate colour-blind vision directly onto their webpage!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        "Colour Blind Simulator" is an extension developed to simulate the effects of colour blindness on a user's web experience, rendering the colours on most web-pages based on a variety of colour blindness templates. It was created with web developers in mind, seeking to quickly check that their sites are accessible to this audience.

The extension comes with two modes: "Default View", with just the three main categories (Red-Green, Blue-Yellow, and Total colour blindness); and "Advanced View", which includes all of the variants upon these three categories.                    

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

Όνομα CB Simulator CB Simulator
ID jclekdekopialhilfhaefdancbaohmpp
Επίσημο URL https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp
Περιγραφή Allows users to simulate colour-blind vision directly onto their webpage!
Μέγεθος Αρχείου 557 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-03-12
Ημερομηνία Δημοσίευσης 2019-03-12
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Isabelle May
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CB Simulator",
    "version": "1.0",
    "description": "Allows users to simulate colour-blind vision directly onto their webpage!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2
}