Readable Medium.com
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
O que é Readable Medium.com?
Readable Medium.com é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Readable Medium.com
Baixe arquivos de extensão Readable Medium.com 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
This extension makes Medium.com more readable by hiding the header/footer when reading the articles. Both the header and footer can be displayed by scrolling up, it uses a pattern visible on many modern reading sites but for some reason medium doesn't reduce nor hide their header/footer forcing you to have an inferior reading experience.
Informações Básicas da Extensão
Nome | Readable Medium.com |
ID | jiopenehkeajnaibdidoaaecammkdooo |
URL Oficial | https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo |
Descrição | Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience |
Tamanho do Arquivo | 28.55 KB |
Contagem de Instalações | 344 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-07-01 |
Data de Publicação | 2018-07-01 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Medium.com", "version": "1.0.2", "manifest_version": 2, "description": "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*", "*:\/\/medium.freecodecamp.org\/*", "*:\/\/hackernoon.com\/*" ], "js": [ "src\/improveReadability.js" ], "css": [ "src\/improveReadability.css" ] } ] } |