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…

Vad är Medium Dark Mode?

Medium Dark Mode är en Chrome-tillägg utvecklad av arieg419, och dess huvudfunktion är "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".

Tilläggsskärmbilder

screenshot

Ladda ner Medium Dark Mode-förlängningens CRX-fil

Ladda ner Medium Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
Officiell webbadress https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
Beskrivning A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Filstorlek 11.46 KB
Antal Installationer 384
Aktuell Version 1.1
Senast Uppdaterad 2018-03-12
Publiceringsdatum 2018-03-12
Betyg 2.00/5 Totalt 11 Betyg
Utvecklare arieg419
Betalningssätt free
Tilläggswebbplats https://github.com/Arieg419/MediumDarkMode
Hjälpsida URL https://github.com/Arieg419/MediumDarkMode
Stödda Språk 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"
}