Mata

Reading the web should be friendly for your eyes

Wat is Mata?

Mata is een Chrome-extensie ontwikkeld door onesneakymofo, en de belangrijkste functie is "Reading the web should be friendly for your eyes".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mata

Download Mata-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
Officiële URL https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
Beschrijving Reading the web should be friendly for your eyes
Bestandsgrootte 87.11 KB
Aantal Installaties 6,698
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-05-19
Publicatiedatum 2015-05-19
Beoordeling 3.83/5 Totaal 115 Beoordelingen
Ontwikkelaar onesneakymofo
Betalingswijze free
Extensiewebsite https://github.com/wilbertliu/Mata
Help Pagina-URL https://github.com/wilbertliu/Mata
Ondersteunde Talen 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"
            ]
        }
    ]
}