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…

Co je Medium Dark Mode?

Medium Dark Mode je rozšíření Chrome vyvinuté arieg419, a jeho hlavní funkcí je „A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Medium Dark Mode

Stáhněte si soubory rozšíření Medium Dark Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
Oficiální URL https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
Popis A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Velikost souboru 11.46 KB
Počet instalací 384
Aktuální Verze 1.1
Poslední Aktualizace 2018-03-12
Datum Vydání 2018-03-12
Hodnocení 2.00/5 Celkem 11 Hodnocení
Vývojář arieg419
Typ Platby free
Webové stránky Rozšíření https://github.com/Arieg419/MediumDarkMode
URL Stránky Nápovědy https://github.com/Arieg419/MediumDarkMode
Podporované Jazyky 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"
}