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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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