Remember last read Tweet
This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…
O que é Remember last read Tweet?
Remember last read Tweet é uma extensão do Chrome desenvolvida por Trufa, e sua principal característica é "This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remember last read Tweet
Baixe arquivos de extensão Remember last read Tweet 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 can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position and continue from where you left off. It is FREE and very easy to use!
Informações Básicas da Extensão
Nome | Remember last read Tweet |
ID | fnfjecnchnojlpniikiibnglpbonimnb |
URL Oficial | https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb |
Descrição | This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position… |
Tamanho do Arquivo | 59.12 KB |
Contagem de Instalações | 58 |
Versão Atual | 0.4.1 |
Última Atualização | 2013-02-11 |
Data de Publicação | 2013-02-11 |
Classificação | 3.00/5 Total de 12 Avaliações |
Desenvolvedor | Trufa |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/trufa/Remember-Last-Read-Tweet |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.4.1", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/" ], "js": [ "jquery.min.js", "script.js" ] } ], "web_accessible_resources": [ "images\/down-arrow.png" ] } |