Achromeatic

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

O que é Achromeatic?

Achromeatic é uma extensão do Chrome desenvolvida por Hendrik Brandt, e sua principal característica é "Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Achromeatic

Baixe arquivos de extensão Achromeatic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Achromeatic Achromeatic
ID aaljbccmkbfdgnlbndbngcfimephplbi
URL Oficial https://chromewebstore.google.com/detail/achromeatic/aaljbccmkbfdgnlbndbngcfimephplbi
Descrição Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.
Tamanho do Arquivo 48.84 KB
Contagem de Instalações 226
Versão Atual 20.9.0
Última Atualização 2020-09-04
Data de Publicação 2020-06-19
Desenvolvedor Hendrik Brandt
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hebra/achromajs
URL da Página de Ajuda https://github.com/hebra/achromajs/issues
Idiomas Suportados 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"
            ]
        }
    ]
}