Mata

Reading the web should be friendly for your eyes

什么是Mata?

Mata是由onesneakymofo开发的Chrome扩展程序,该扩展的主要功能是“Reading the web should be friendly for your eyes”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Mata扩展crx文件

下载Mata扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
官方URL https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
简介 Reading the web should be friendly for your eyes
文件大小 87.11 KB
安装次数 6,698
当前版本 1.0.0
更新时间 2015-05-19
上架时间 2015-05-19
评分 3.83/5 共115次评分
开发者 onesneakymofo
付费类型 free
扩展官网 https://github.com/wilbertliu/Mata
帮助页面URL https://github.com/wilbertliu/Mata
支持的语言 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"
            ]
        }
    ]
}