Mata

Reading the web should be friendly for your eyes

Cos'è Mata?

Mata è un'estensione di Chrome sviluppata da onesneakymofo, e la sua funzione principale è "Reading the web should be friendly for your eyes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mata

Scarica i file di estensione Mata in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
URL Ufficiale https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
Descrizione Reading the web should be friendly for your eyes
Dimensione del File 87.11 KB
Conteggio Installazioni 6,698
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-05-19
Data di Pubblicazione 2015-05-19
Valutazione 3.83/5 Totale 115 Valutazioni
Sviluppatore onesneakymofo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wilbertliu/Mata
URL della Pagina di Aiuto https://github.com/wilbertliu/Mata
Lingue Supportate 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"
            ]
        }
    ]
}