Extended Twitter Profile Information
Show Twitter user profile information on the top of the tweet
Extended Twitter Profile Information là gì?
Extended Twitter Profile Information là một tiện ích mở rộng Chrome được phát triển bởi https://gaborharsanyi.me, và tính năng chính của nó là "Show Twitter user profile information on the top of the tweet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Extended Twitter Profile Information
Tải xuống các tệp mở rộng Extended Twitter Profile Information dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extended Twitter Profile Information |
ID | okcpdamelmfpddfbiheegklhcanmnflp |
URL Chính Thức | https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp |
Mô tả | Show Twitter user profile information on the top of the tweet |
Kích Thước Tệp | 55.04 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2015-11-25 |
Ngày Phát Hành | 2015-11-25 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://gaborharsanyi.me |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gedro/ExtendedTwitterProfileInformation |
URL Trang Trợ Giúp | https://github.com/gedro/ExtendedTwitterProfileInformation |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |