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…

Wat is Medium Dark Mode?

Medium Dark Mode is een Chrome-extensie ontwikkeld door arieg419, en de belangrijkste functie is "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Medium Dark Mode

Download Medium Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
Officiële URL https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
Beschrijving A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Bestandsgrootte 11.46 KB
Aantal Installaties 384
Huidige Versie 1.1
Laatst Bijgewerkt 2018-03-12
Publicatiedatum 2018-03-12
Beoordeling 2.00/5 Totaal 11 Beoordelingen
Ontwikkelaar arieg419
Betalingswijze free
Extensiewebsite https://github.com/Arieg419/MediumDarkMode
Help Pagina-URL https://github.com/Arieg419/MediumDarkMode
Ondersteunde Talen 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"
}