Twitter Expander
This is extension will save you a click by displaying full images on your timeline ;)
O que é Twitter Expander?
Twitter Expander é uma extensão do Chrome desenvolvida por http://rafaramos.com, e sua principal característica é "This is extension will save you a click by displaying full images on your timeline ;)".
Baixar o arquivo CRX da Extensão Twitter Expander
Baixe arquivos de extensão Twitter Expander 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
Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.
Informações Básicas da Extensão
Nome | |
ID | hnfgjkfjmabokfhlkifalplleeanacjp |
URL Oficial | https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp |
Descrição | This is extension will save you a click by displaying full images on your timeline ;) |
Tamanho do Arquivo | 26.18 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2014-06-25 |
Data de Publicação | 2014-06-25 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | http://rafaramos.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Expander", "version": "1.0", "description": "This is extension will save you a click by displaying full images on your timeline ;)", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content-script.js" ], "css": [ "twitter.css" ] } ], "permissions": [ "tabs", "https:\/\/twitter.com\/*" ] } |