Anderton Extension

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

Anderton Extensionとは何ですか?

Anderton Extensionはextensionvisionaryによって開発されたChromeの拡張機能で、その主な機能は「This extension adapts the content of visited pages to the specific needs of VISIONARY users...」です。

拡張機能のスクリーンショット

Anderton Extension拡張機能のCRXファイルをダウンロード

Anderton Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}