Extended Twitter Profile Information
Show Twitter user profile information on the top of the tweet
Qu'est-ce que Extended Twitter Profile Information ?
Extended Twitter Profile Information est une extension Chrome développée par https://gaborharsanyi.me, et sa fonction principale est "Show Twitter user profile information on the top of the tweet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extended Twitter Profile Information
Téléchargez les fichiers d'extension Extended Twitter Profile Information 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
Have you ever felt it's annoying to move your mouse over all user profile just to see the number of followers (Nr of following, Nr of tweets) of the user who created the tweet? If yes, then this small tool can help you. It displays all those data right on the top of the tweets.
Informations de Base sur l'Extension
Nom | Extended Twitter Profile Information |
ID | okcpdamelmfpddfbiheegklhcanmnflp |
URL Officiel | https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp |
Description | Show Twitter user profile information on the top of the tweet |
Taille du Fichier | 55.04 KB |
Nombre d'Installations | 132 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-11-25 |
Date de Publication | 2015-11-25 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://gaborharsanyi.me |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gedro/ExtendedTwitterProfileInformation |
URL de la Page d'Aide | https://github.com/gedro/ExtendedTwitterProfileInformation |
Langues Prises en Charge | en,hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.0", "default_locale": "en", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/gedro\/ExtendedTwitterProfileInformation", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "*:\/\/*.twitter.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/js\/extended_twitter_profile_info.js" ], "css": [ "src\/inject\/css\/extended_twitter_profile_info.css" ] } ] } |