Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Что такое Twitter Favorites Extension?
Twitter Favorites Extension - это расширение Chrome, разработанное tom, и его основная функция - "One-click access to the tweets you've added as favorites, from anywhere on Twitter.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Favorites Extension
Скачайте файлы расширений Twitter Favorites Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
Основная информация о расширении
Название | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
Официальный URL | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Описание | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
Размер файла | 6.96 KB |
Количество установок | 10 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2015-11-06 |
Дата публикации | 2015-11-06 |
Разработчик | tom |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |