Mata

Reading the web should be friendly for your eyes

Qu'est-ce que Mata ?

Mata est une extension Chrome développée par onesneakymofo, et sa fonction principale est "Reading the web should be friendly for your eyes".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mata

Téléchargez les fichiers d'extension Mata au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
URL Officiel https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
Description Reading the web should be friendly for your eyes
Taille du Fichier 87.11 KB
Nombre d'Installations 6,698
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-05-19
Date de Publication 2015-05-19
Évaluation 3.83/5 Total 115 Évaluations
Développeur onesneakymofo
Type de Paiement free
Site Web de l'Extension https://github.com/wilbertliu/Mata
URL de la Page d'Aide https://github.com/wilbertliu/Mata
Langues Prises en Charge 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"
            ]
        }
    ]
}