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…
Cos'è Medium Dark Mode?
Medium Dark Mode è un'estensione di Chrome sviluppata da arieg419, e la sua funzione principale è "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium Dark Mode
Scarica i file di estensione Medium Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | kofkfocgjmlajkbkecljhbalihcpliih |
URL Ufficiale | https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih |
Descrizione | A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really… |
Dimensione del File | 11.46 KB |
Conteggio Installazioni | 384 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-03-12 |
Data di Pubblicazione | 2018-03-12 |
Valutazione | 2.00/5 Totale 11 Valutazioni |
Sviluppatore | arieg419 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Arieg419/MediumDarkMode |
URL della Pagina di Aiuto | https://github.com/Arieg419/MediumDarkMode |
Lingue Supportate | 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" } |