Extended Twitter Profile Information
Show Twitter user profile information on the top of the tweet
什么是Extended Twitter Profile Information?
Extended Twitter Profile Information是由https://gaborharsanyi.me开发的Chrome扩展程序,该扩展的主要功能是“Show Twitter user profile information on the top of the tweet”。
扩展截图
下载Extended Twitter Profile Information扩展crx文件
下载Extended Twitter Profile Information扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Extended Twitter Profile Information |
ID | okcpdamelmfpddfbiheegklhcanmnflp |
官方URL | https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp |
简介 | Show Twitter user profile information on the top of the tweet |
文件大小 | 55.04 KB |
安装次数 | 132 |
当前版本 | 1.1.0 |
更新时间 | 2015-11-25 |
上架时间 | 2015-11-25 |
评分 | 5.00/5 共4次评分 |
开发者 | https://gaborharsanyi.me |
付费类型 | free |
扩展官网 | https://github.com/gedro/ExtendedTwitterProfileInformation |
帮助页面URL | https://github.com/gedro/ExtendedTwitterProfileInformation |
支持的语言 | 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" ] } ] } |