Tweet Stats for Twitter
View tweet stats along with twitter
Qu'est-ce que Tweet Stats for Twitter ?
Tweet Stats for Twitter est une extension Chrome développée par shahalpk, et sa fonction principale est "View tweet stats along with twitter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tweet Stats for Twitter
Téléchargez les fichiers d'extension Tweet Stats for Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tweet Stats shows the Retweet and Favorites count for a Tweet right next to a tweet in Twitter's web interface.
Informations de Base sur l'Extension
Nom | Tweet Stats for Twitter |
ID | lpollepggdmncbblblebmkbdjbfinmcd |
URL Officiel | https://chromewebstore.google.com/detail/tweet-stats-for-twitter/lpollepggdmncbblblebmkbdjbfinmcd |
Description | View tweet stats along with twitter |
Taille du Fichier | 263 KB |
Nombre d'Installations | 75 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2013-03-19 |
Date de Publication | 2013-03-19 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | shahalpk |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |