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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
官方網址 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"
    }
}