Anderton Extension

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

Anderton Extension क्या है?

Anderton Extension extensionvisionary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adapts the content of visited pages to the specific needs of VISIONARY users..."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anderton Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Anderton Extension Anderton Extension
ID mfbankjnjihmegefabaehpocgdjhfhca
आधिकारिक URL https://chromewebstore.google.com/detail/anderton-extension/mfbankjnjihmegefabaehpocgdjhfhca
विवरण This extension adapts the content of visited pages to the specific needs of VISIONARY users...
फ़ाइल का आकार 2.16 MB
स्थापना संख्या 14
वर्तमान संस्करण 2.3.2
अंतिम अपडेट 2017-10-12
प्रकाशन तिथि 2017-10-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर extensionvisionary
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://test-your.colour-blindness.org/
सहायता पृष्ठ URL https://colour-blindness.org/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}