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
官方網址 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"
            ]
        }
    ]
}