Anderton Extension

This extension adapts the content of visited pages to the specific needs of VISIONARY users...

Was ist Anderton Extension?

Anderton Extension ist eine Chrome-Erweiterung, die von extensionvisionary entwickelt wurde, und ihr Hauptmerkmal ist "This extension adapts the content of visited pages to the specific needs of VISIONARY users...".

Erweiterungsscreenshots

Anderton Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anderton Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        L'extension Visionary permet aux personnes daltoniennes d’améliorer la clarté des sites consultés avec ce navigateur.
Une fois installée, l’extension Chrome améliore le rendu des couleurs à l’écran en fonction de votre vision.
1. Amélioration des contrastes
2. Adaptation des couleurs des images
3. Réglages avancés en fonction de votre profil                    

Grundlegende Informationen zur Erweiterung

Name Anderton Extension Anderton Extension
ID mfbankjnjihmegefabaehpocgdjhfhca
Offizielle URL https://chromewebstore.google.com/detail/anderton-extension/mfbankjnjihmegefabaehpocgdjhfhca
Beschreibung This extension adapts the content of visited pages to the specific needs of VISIONARY users...
Dateigröße 2.16 MB
Installationsanzahl 14
Aktuelle Version 2.3.2
Letztes Update 2017-10-12
Veröffentlichungsdatum 2017-10-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler extensionvisionary
Zahlungsart free
Erweiterungswebsite https://test-your.colour-blindness.org/
Hilfeseite URL https://colour-blindness.org/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anderton Extension",
    "version": "2.3.2",
    "web_accessible_resources": [
        "*.jpg",
        "*.JPG"
    ],
    "manifest_version": 2,
    "description": "This extension adapts the content of visited pages to the specific needs of VISIONARY users...",
    "homepage_url": "https:\/\/colour-blindness.org\/",
    "icons": {
        "16": "assets\/images\/icons\/icon16.png",
        "48": "assets\/images\/icons\/\/icon48.png",
        "128": "assets\/images\/icons\/\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "",
        "tabs",
        "storage",
        "identity",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/dev.colour-blindness.org\/*",
        "https:\/\/test-your.colour-blindness.org\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "assets\/js\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "assets\/js\/contentscript\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-1.12.0.min.js",
                "assets\/js\/contentscript\/notify.min.js",
                "assets\/js\/contentscript\/Vibrant.js",
                "assets\/js\/contentscript\/color-thief.min.js",
                "assets\/js\/contentscript\/mutagen.js"
            ]
        }
    ]
}