Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
O que é Unsticky Medium?
Unsticky Medium é uma extensão do Chrome desenvolvida por jlei523, e sua principal característica é "Unsticky the header and footer on sites that use the Medium.com platform".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unsticky Medium
Baixe arquivos de extensão Unsticky Medium 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 plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
Informações Básicas da Extensão
Nome | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
URL Oficial | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Descrição | Unsticky the header and footer on sites that use the Medium.com platform |
Tamanho do Arquivo | 4.8 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.1 |
Última Atualização | 2017-10-22 |
Data de Publicação | 2017-10-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | jlei523 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jlei523/unsticky-medium |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |