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
官方網址 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"
            ]
        }
    ]
}