Tweet Stats for Twitter
View tweet stats along with twitter
Cos'è Tweet Stats for Twitter?
Tweet Stats for Twitter è un'estensione di Chrome sviluppata da shahalpk, e la sua funzione principale è "View tweet stats along with twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweet Stats for Twitter
Scarica i file di estensione Tweet Stats 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
Tweet Stats shows the Retweet and Favorites count for a Tweet right next to a tweet in Twitter's web interface.
Informazioni di Base sull'Estensione
Nome | Tweet Stats for Twitter |
ID | lpollepggdmncbblblebmkbdjbfinmcd |
URL Ufficiale | https://chromewebstore.google.com/detail/tweet-stats-for-twitter/lpollepggdmncbblblebmkbdjbfinmcd |
Descrizione | View tweet stats along with twitter |
Dimensione del File | 263 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 0.2.4 |
Ultimo Aggiornamento | 2013-03-19 |
Data di Pubblicazione | 2013-03-19 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | shahalpk |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Stats for Twitter", "version": "0.2.4", "manifest_version": 2, "description": "View tweet stats along with twitter", "homepage_url": "http:\/\/shahalpk.name", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery.js" ] } ] } |