Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
O que é Looong Tweet?
Looong Tweet é uma extensão do Chrome desenvolvida por https://faniepush1.azurewebsites.net, e sua principal característica é "Looong Tweet allows you to tweet longer tweets from Twitter".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Looong Tweet
Baixe arquivos de extensão Looong 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
Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.
Informações Básicas da Extensão
Nome | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
URL Oficial | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Descrição | Looong Tweet allows you to tweet longer tweets from Twitter |
Tamanho do Arquivo | 46.15 KB |
Contagem de Instalações | 16 |
Versão Atual | 1 |
Última Atualização | 2015-09-16 |
Data de Publicação | 2015-09-16 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://faniepush1.azurewebsites.net |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Looong Tweet", "description": "Looong Tweet allows you to tweet longer tweets from Twitter", "version": "1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/short-tweet.azure-mobile.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js", "MobileServices.Web-1.2.5.min.js" ] } ] } |