Medium Dark
Gives a dark theme to medium web site so is easier to read.
Co to jest Medium Dark?
Medium Dark to rozszerzenie Chrome opracowane przez http://danielzamorano.pro, a jego główną funkcją jest „Gives a dark theme to medium web site so is easier to read.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Medium Dark
Pobierz pliki rozszerzeń Medium Dark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ogghkkonjkglempfkojfbmjgnahllbao |
Oficjalny URL | https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao |
Opis | Gives a dark theme to medium web site so is easier to read. |
Rozmiar pliku | 14.21 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2019-11-04 |
Data Publikacji | 2019-11-04 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | http://danielzamorano.pro |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://danielzamorano.pro |
Adres URL Strony Pomocy | https://danielzamorano.pro |
Obsługiwane Języki | 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 } |