TwitPlus for Twitter
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
Cos'è TwitPlus for Twitter?
TwitPlus for Twitter è un'estensione di Chrome sviluppata da http://twitpl.us, e la sua funzione principale è "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TwitPlus for Twitter
Scarica i file di estensione TwitPlus for Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet, then click the "Longer Tweet" button that appears and we'll send your shortened tweet with a link to view the rest on https://twitpl.us. TwitPlus is a service designed for the social networking site Twitter to allow an unlimited sized tweet. 140 characters most of the time is long enough for a good tweet, but when you want to tweet longer about your night out, the girl next door, the book you have just finished reading or to just rant on through the night you need more room to write longer tweets.
Informazioni di Base sull'Estensione
Nome | |
ID | ckkojdhcfbkocmcheijbinidhbbebnnc |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc |
Descrizione | Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears. |
Dimensione del File | 45.77 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2016-03-25 |
Data di Pubblicazione | 2016-03-25 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | http://twitpl.us |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.twitplus.co |
URL della Pagina di Aiuto | https://www.twitplus.co/contact |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitPlus for Twitter", "short_name": "TwitPlus", "description": "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.", "version": "0.1.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "twitplus.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "https:\/\/twitter.com\/" ] } |