Full Window Image Viewer
View images on the current page as a slideshow.
Что такое Full Window Image Viewer?
Full Window Image Viewer - это расширение Chrome, разработанное http://toptip.ca, и его основная функция - "View images on the current page as a slideshow.".
Снимки экрана расширения
Скачать файл CRX расширения Full Window Image Viewer
Скачайте файлы расширений Full Window Image Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image. Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.
Основная информация о расширении
Название | |
ID | poakplgknboogmjglihkhdgpljkmajel |
Официальный URL | https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel |
Описание | View images on the current page as a slideshow. |
Размер файла | 37.48 KB |
Количество установок | 4,173 |
Текущая Версия | 3.2 |
Последнее Обновление | 2013-09-02 |
Дата публикации | 2013-09-02 |
Рейтинг | 3.05/5 Всего 44 оценок |
Разработчик | http://toptip.ca |
Тип оплаты | free |
Официальный сайт расширения | http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Window Image Viewer", "version": "3.2", "manifest_version": 2, "description": "View images on the current page as a slideshow.", "browser_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "background": { "scripts": [ "imageviewerbg.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |