Mata

Reading the web should be friendly for your eyes

Mata là gì?

Mata là một tiện ích mở rộng Chrome được phát triển bởi onesneakymofo, và tính năng chính của nó là "Reading the web should be friendly for your eyes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mata

Tải xuống các tệp mở rộng Mata dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mata Mata
ID oakhnpcgdembaopakdnfkejfcaeipeik
URL Chính Thức https://chromewebstore.google.com/detail/mata/oakhnpcgdembaopakdnfkejfcaeipeik
Mô tả Reading the web should be friendly for your eyes
Kích Thước Tệp 87.11 KB
Số Lần Cài Đặt 6,698
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-05-19
Ngày Phát Hành 2015-05-19
Đánh Giá 3.83/5 Tổng số 115 Đánh Giá
Nhà Phát Triển onesneakymofo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wilbertliu/Mata
URL Trang Trợ Giúp https://github.com/wilbertliu/Mata
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}