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"
            ]
        }
    ]
}