Mata

Reading the web should be friendly for your eyes

O que é Mata?

Mata é uma extensão do Chrome desenvolvida por onesneakymofo, e sua principal característica é "Reading the web should be friendly for your eyes".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mata

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

                        Enables Night Mode for the Chrome Browser so you can easily read during the night.

Note: You may have to restart your web browser once you have installed the extension.

Disclaimer: This is an extension created by https://github.com/wilbertliu.  I am not the owner of this extension, just someone who wanted to get this out to other people so they could use it.                    

Informações Básicas da Extensão

Nome Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
URL Oficial https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
Descrição Reading the web should be friendly for your eyes
Tamanho do Arquivo 87.11 KB
Contagem de Instalações 6,698
Versão Atual 1.0.0
Última Atualização 2015-05-19
Data de Publicação 2015-05-19
Classificação 3.83/5 Total de 115 Avaliações
Desenvolvedor onesneakymofo
Tipo de Pagamento free
Site da Extensão https://github.com/wilbertliu/Mata
URL da Página de Ajuda https://github.com/wilbertliu/Mata
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mata",
    "description": "Reading the web should be friendly for your eyes",
    "version": "1.0.0",
    "icons": {
        "16": "mata-inactive-16.png",
        "48": "mata-inactive-48.png",
        "128": "mata-inactive-128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "mata-inactive-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ]
}