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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}