HoverTweet
This extension shows the contents of a Tweet when hovering over a link to a Tweet.
HoverTweet क्या है?
HoverTweet Daniel Kwasnick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the contents of a Tweet when hovering over a link to a Tweet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HoverTweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |