Mata

Reading the web should be friendly for your eyes

Mata क्या है?

Mata onesneakymofo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reading the web should be friendly for your eyes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mata एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}