Productive Twitter
Minimal and friendly theme for productive social sharing
O que é Productive Twitter?
Productive Twitter é uma extensão do Chrome desenvolvida por sarah.drasner, e sua principal característica é "Minimal and friendly theme for productive social sharing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Productive Twitter
Baixe arquivos de extensão Productive Twitter 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 twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Informações Básicas da Extensão
Nome | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
URL Oficial | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Descrição | Minimal and friendly theme for productive social sharing |
Tamanho do Arquivo | 25.78 KB |
Contagem de Instalações | 643 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-10-18 |
Data de Publicação | 2019-07-20 |
Classificação | 4.95/5 Total de 37 Avaliações |
Desenvolvedor | sarah.drasner |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sdras/productive-twitter |
URL da Página de Ajuda | https://github.com/sdras/productive-twitter/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Twitter", "version": "1.1.0", "description": "Minimal and friendly theme for productive social sharing", "short_name": "Productive Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |