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 с друзьями, чтобы легко установить расширения 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"
            ]
        }
    ]
}