Achromeatic

Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.

Achromeatic क्या है?

Achromeatic Hendrik Brandt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision."।

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

screenshot
screenshot
screenshot

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

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

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

                        Important: For security reasons enforced by Google Chrome itself this add-on will not work on the chrome.google.com/webstore website itself.


Supported Vision Simulations
    - Achromatomaly Lacking most color vision
    - Achromatopsia Lacking all color vision (aka color blind)
    - Protanomaly Poor red-green hue discrimination
    - Protanopia Red colors appears dark
    - Deuteranomaly Llightly red-green hue discrimination
    - Deuteranopia Moderate red-green hue discrimination
    - Tritanomaly Low blue-yellow hue discrimination
    - Tritanopia Absence of blue retinal receptors
    - Blurry No glasses or contact lenses
    - Low Contrast Similar to reading a mobile screen in the sunlight
    - High Contrast Pure black-white filter
    - Inverted Colors Invert all colors of a web page                    

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

नाम Achromeatic Achromeatic
ID aaljbccmkbfdgnlbndbngcfimephplbi
आधिकारिक URL https://chromewebstore.google.com/detail/achromeatic/aaljbccmkbfdgnlbndbngcfimephplbi
विवरण Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.
फ़ाइल का आकार 48.84 KB
स्थापना संख्या 226
वर्तमान संस्करण 20.9.0
अंतिम अपडेट 2020-09-04
प्रकाशन तिथि 2020-06-19
डेवलपर Hendrik Brandt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hebra/achromajs
सहायता पृष्ठ URL https://github.com/hebra/achromajs/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Achromeatic",
    "version": "20.9.0",
    "description": "Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.",
    "author": "Hendrik Brandt",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "chrome\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "page_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "filters.css"
            ]
        }
    ]
}