Full Window Image Viewer

View images on the current page as a slideshow.

Vad är Full Window Image Viewer?

Full Window Image Viewer är en Chrome-tillägg utvecklad av http://toptip.ca, och dess huvudfunktion är "View images on the current page as a slideshow.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Full Window Image Viewer-förlängningens CRX-fil

Ladda ner Full Window Image Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
Officiell webbadress https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel
Beskrivning View images on the current page as a slideshow.
Filstorlek 37.48 KB
Antal Installationer 4,173
Aktuell Version 3.2
Senast Uppdaterad 2013-09-02
Publiceringsdatum 2013-09-02
Betyg 3.05/5 Totalt 44 Betyg
Utvecklare http://toptip.ca
Betalningssätt free
Tilläggswebbplats http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html
Stödda Språk 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"
    }
}