HoverTweet
This extension shows the contents of a Tweet when hovering over a link to a Tweet.
HoverTweetคืออะไร?
HoverTweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Kwasnick และคุณลักษณะหลักของมันคือ "This extension shows the contents of a Tweet when hovering over a link to a Tweet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HoverTweet
ดาวน์โหลดไฟล์ส่วนขยาย HoverTweet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HoverTweet displays the contents of a tweet when you hover your mouse over a link to it. Similar in concept to HoverZoom/Imagus, but for tweets instead of images. You can hold "control" to lock the popup and click links within tweets. HoverTweet has no evil tracking nonsense. It is open source, with the code available at: https://github.com/dkwasnick/HoverTweet ---------------- Changelog: v 1.17 • Fixed long words breaking out of boxes v 1.16 • Fixed links to /statuses/ v 1.15 • Fixed extension to not break for languages other than English v 1.1 • Cleaned up code for extracting tweet information from HTML download • New non-placeholder icons • Mark links as visited when they are displayed (does not maintain state if refreshed) • Can hold control to move mouse independently and click links within tweets • Can click full name in tweet to go to profile page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbbgpnkbajonnnjkpijandlnlkfjhkli |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hovertweet/dbbgpnkbajonnnjkpijandlnlkfjhkli |
คำอธิบาย | This extension shows the contents of a Tweet when hovering over a link to a Tweet. |
ขนาดไฟล์ | 43.56 KB |
จำนวนการติดตั้ง | 462 |
เวอร์ชันปัจจุบัน | 1.17 |
อัปเดตครั้งล่าสุด | 2015-03-18 |
วันที่เผยแพร่ | 2015-03-18 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Daniel Kwasnick |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HoverTweet", "description": "This extension shows the contents of a Tweet when hovering over a link to a Tweet.", "version": "1.17", "icons": { "128": "icon128.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ " |