Full Window Image Viewer

View images on the current page as a slideshow.

Cos'è Full Window Image Viewer?

Full Window Image Viewer è un'estensione di Chrome sviluppata da http://toptip.ca, e la sua funzione principale è "View images on the current page as a slideshow.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Full Window Image Viewer

Scarica i file di estensione Full Window Image Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
URL Ufficiale https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel
Descrizione View images on the current page as a slideshow.
Dimensione del File 37.48 KB
Conteggio Installazioni 4,173
Versione Corrente 3.2
Ultimo Aggiornamento 2013-09-02
Data di Pubblicazione 2013-09-02
Valutazione 3.05/5 Totale 44 Valutazioni
Sviluppatore http://toptip.ca
Tipo di Pagamento free
Sito Web dell'Estensione http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html
Lingue Supportate 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"
    }
}