Twitter image
Get the image on the twitter website with the original size.
Что такое Twitter image?
Twitter image - это расширение Chrome, разработанное Wondoo Kang (a.k.a. Azyu), и его основная функция - "Get the image on the twitter website with the original size.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter image
Скачайте файлы расширений Twitter image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
Основная информация о расширении
Название | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
Официальный URL | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Описание | Get the image on the twitter website with the original size. |
Размер файла | 16.85 KB |
Количество установок | 23,549 |
Текущая Версия | 0.33 |
Последнее Обновление | 2019-07-20 |
Дата публикации | 2019-07-20 |
Рейтинг | 4.66/5 Всего 108 оценок |
Разработчик | Wondoo Kang (a.k.a. Azyu) |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://twitter.com/_uyza_ |
Поддерживаемые языки | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |