Medium Dark Mode

A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…

Что такое Medium Dark Mode?

Medium Dark Mode - это расширение Chrome, разработанное arieg419, и его основная функция - "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Medium Dark Mode

Скачайте файлы расширений Medium Dark Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really helpful for those who read Medium late at night :)                    

Основная информация о расширении

Название Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
Официальный URL https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
Описание A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Размер файла 11.46 KB
Количество установок 384
Текущая Версия 1.1
Последнее Обновление 2018-03-12
Дата публикации 2018-03-12
Рейтинг 2.00/5 Всего 11 оценок
Разработчик arieg419
Тип оплаты free
Официальный сайт расширения https://github.com/Arieg419/MediumDarkMode
URL страницы помощи https://github.com/Arieg419/MediumDarkMode
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Medium Dark",
    "name": "Medium Dark Mode",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/logo-medium16.png",
        "48": "icons\/logo-medium16.png",
        "128": "icons\/logo-medium128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/hackernoon.com\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Medium Dark"
    },
    "version": "1.1"
}