Medium Dark
Gives a dark theme to medium web site so is easier to read.
O que é Medium Dark?
Medium Dark é uma extensão do Chrome desenvolvida por http://danielzamorano.pro, e sua principal característica é "Gives a dark theme to medium web site so is easier to read.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Medium Dark
Baixe arquivos de extensão Medium Dark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | |
ID | ogghkkonjkglempfkojfbmjgnahllbao |
URL Oficial | https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao |
Descrição | Gives a dark theme to medium web site so is easier to read. |
Tamanho do Arquivo | 14.21 KB |
Contagem de Instalações | 75 |
Versão Atual | 0.1.0 |
Última Atualização | 2019-11-04 |
Data de Publicação | 2019-11-04 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | http://danielzamorano.pro |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://danielzamorano.pro |
URL da Página de Ajuda | https://danielzamorano.pro |
Idiomas Suportados | 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 } |