Medium Dark

Gives a dark theme to medium web site so is easier to read.

Wat is Medium Dark?

Medium Dark is een Chrome-extensie ontwikkeld door http://danielzamorano.pro, en de belangrijkste functie is "Gives a dark theme to medium web site so is easier to read.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Medium Dark

Download Medium Dark-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

                        Enjoy medium articles in dark mode. 

We will keep updating and improving this plugin to get better styles, debug any issue and add features.

- Right now it's just working for the article page, home page is still in progress.
- It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages)
- Some async content is having problems to get the styles (we are working on it)                    

Basisinformatie over de Extensie

Naam Medium Dark Medium Dark
ID ogghkkonjkglempfkojfbmjgnahllbao
Officiële URL https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao
Beschrijving Gives a dark theme to medium web site so is easier to read.
Bestandsgrootte 14.21 KB
Aantal Installaties 75
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-04
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://danielzamorano.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://danielzamorano.pro
Help Pagina-URL https://danielzamorano.pro
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Dark",
    "version": "0.1.0",
    "description": "Gives a dark theme to medium web site so is easier to read.",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "medium-dark.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/medium-dark-16.png",
        "32": "images\/medium-dark-32.png",
        "48": "images\/medium-dark-48.png",
        "128": "images\/medium-dark-128.png"
    },
    "manifest_version": 2
}