Tweeter
Tweet directly from your browser bar
Cos'è Tweeter?
Tweeter è un'estensione di Chrome sviluppata da https://wegnerdesign.com, e la sua funzione principale è "Tweet directly from your browser bar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweeter
Scarica i file di estensione Tweeter 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
No funny business tweet button. All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet. I don't track you. I don't automatically enter text for you. I don't make you follow me. Just tweet stuff. If you've got bugs, please leave a review with some details of what's going wrong. If you've got feature requests, please go find another twitter extension and post them there. When I say "No funny business", I mean it. This app lets you send tweets. That's it. Nothing more. Move along.
Informazioni di Base sull'Estensione
Nome | Tweeter |
ID | mneicboilaibkfhoealhcglboiabhodb |
URL Ufficiale | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb |
Descrizione | Tweet directly from your browser bar |
Dimensione del File | 257 KB |
Conteggio Installazioni | 3,323 |
Versione Corrente | 0.6.1 |
Ultimo Aggiornamento | 2012-07-05 |
Data di Pubblicazione | 2012-07-05 |
Valutazione | 4.20/5 Totale 109 Valutazioni |
Sviluppatore | https://wegnerdesign.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.wegnerdesign.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeter", "version": "0.6.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/twitter.com\/intent\/tweet" ], "description": "Tweet directly from your browser bar", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |