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 |
官方網址 | 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" ] } ] } |