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": [ " |