Extended Twitter Profile Information
Show Twitter user profile information on the top of the tweet
Extended Twitter Profile Informationคืออะไร?
Extended Twitter Profile Information เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gaborharsanyi.me และคุณลักษณะหลักของมันคือ "Show Twitter user profile information on the top of the tweet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extended Twitter Profile Information
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |