Full Window Image Viewer
View images on the current page as a slideshow.
什么是Full Window Image Viewer?
Full Window Image Viewer是由http://toptip.ca开发的Chrome扩展程序,该扩展的主要功能是“View images on the current page as a slideshow.”。
扩展截图
下载Full Window Image Viewer扩展crx文件
下载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" } } |