Medium Dark

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

Qu'est-ce que Medium Dark ?

Medium Dark est une extension Chrome développée par http://danielzamorano.pro, et sa fonction principale est "Gives a dark theme to medium web site so is easier to read.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Medium Dark

Téléchargez les fichiers d'extension Medium Dark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Medium Dark Medium Dark
ID ogghkkonjkglempfkojfbmjgnahllbao
URL Officiel https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao
Description Gives a dark theme to medium web site so is easier to read.
Taille du Fichier 14.21 KB
Nombre d'Installations 75
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-11-04
Date de Publication 2019-11-04
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://danielzamorano.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danielzamorano.pro
URL de la Page d'Aide https://danielzamorano.pro
Langues Prises en Charge 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
}