Full Window Image Viewer
View images on the current page as a slideshow.
What is Full Window Image Viewer?
Full Window Image Viewer is a Chrome extension developed by http://toptip.ca, and its main feature is "View images on the current page as a slideshow.".
Extension Screenshots
Download Full Window Image Viewer Extension CRX File
Download Full Window Image Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | poakplgknboogmjglihkhdgpljkmajel |
Official URL | https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel |
Description | View images on the current page as a slideshow. |
File Size | 37.48 KB |
Installation Count | 4,173 |
Current Version | 3.2 |
Last Updated | 2013-09-02 |
Publish Date | 2013-09-02 |
Rating | 3.05/5 Total 44 Ratings |
Developer | http://toptip.ca |
Payment Type | free |
Extension Website | http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html |
Supported Languages | 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" } } |