Mata

Reading the web should be friendly for your eyes

ما هو Mata؟

Mata هو إضافة Chrome تم تطويرها بواسطة onesneakymofo، والميزة الرئيسية لها هي "Reading the web should be friendly for your eyes".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mata

قم بتنزيل ملفات الامتداد Mata بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}