PicTwitterFull
Add zoom feature to twitter picture view.
Что такое PicTwitterFull?
PicTwitterFull - это расширение Chrome, разработанное cr, и его основная функция - "Add zoom feature to twitter picture view.".
Снимки экрана расширения
Скачать файл CRX расширения PicTwitterFull
Скачайте файлы расширений PicTwitterFull в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
[How to use] This extension add to magnifying glass icon. If click this icon(or right click on picture,or press + key), a picture will magnification to full size. If once more click, it will magnification to one‐and‐a‐half times as size. And if once more click, it will back to first size. *** If lost a picture, scroll down and look for it. *** *** If you want to use right click menu on a picture, press shift key and right click. *** [Twitter account] @PicTFull https://twitter.com/PicTFull [History] v2.1.3 i18n internationalization v2.1.2 Added to poor english explanation. v2.1.1 Spelling mistake modified. v2.1 Add to trigger right click. v2.0 Add to magnifying glass icon. v1.1 Add to keyboard shortcut(+ key) v1.0 Release.
Основная информация о расширении
Название | |
ID | chfpgnianlhodkfdhdofnmjhpjebaamf |
Официальный URL | https://chrome.google.com/webstore/detail/pictwitterfull/chfpgnianlhodkfdhdofnmjhpjebaamf |
Описание | Add zoom feature to twitter picture view. |
Размер файла | 39.91 KB |
Количество установок | 289 |
Текущая Версия | 2.1.3 |
Последнее Обновление | 2015-06-19 |
Дата публикации | 2015-06-19 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | cr |
Тип оплаты | free |
Официальный сайт расширения | https://twitter.com/PicTFull |
URL страницы помощи | https://twitter.com/PicTFull |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1.3", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "ja", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |