Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

O que é Dyslexia Aid?

Dyslexia Aid é uma extensão do Chrome desenvolvida por http://nathancorbyn.com, e sua principal característica é "Color filter that can be applied to any web page to aid in reading".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dyslexia Aid

Baixe arquivos de extensão Dyslexia Aid 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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

Informações Básicas da Extensão

Nome Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL Oficial https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Descrição Color filter that can be applied to any web page to aid in reading
Tamanho do Arquivo 1.42 MB
Contagem de Instalações 1,000
Versão Atual 0.1.5
Última Atualização 2016-02-12
Data de Publicação 2016-02-12
Classificação 2.33/5 Total de 9 Avaliações
Desenvolvedor http://nathancorbyn.com
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}