Image viewer

This extension for convenient and functional image viewer with any html pages or links in your browser.

Cos'è Image viewer?

Image viewer è un'estensione di Chrome sviluppata da Roman Rasskazov, e la sua funzione principale è "This extension for convenient and functional image viewer with any html pages or links in your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Image viewer

Scarica i file di estensione 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

                        Image viewer allows you to scale the image and change the position of the image for comfortable viewing, to go back to the original size and position you need to double-click in any pane.                    

Informazioni di Base sull'Estensione

Nome Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
URL Ufficiale https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
Descrizione This extension for convenient and functional image viewer with any html pages or links in your browser.
Dimensione del File 45.5 KB
Conteggio Installazioni 3,650
Versione Corrente 0.7.7
Ultimo Aggiornamento 2015-07-07
Data di Pubblicazione 2015-07-07
Valutazione 3.93/5 Totale 29 Valutazioni
Sviluppatore Roman Rasskazov
Tipo di Pagamento free
Sito Web dell'Estensione http://viewer.dbinf.com
URL della Pagina di Aiuto http://viewer.dbinf.com
Lingue Supportate de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/bg.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "homepage_url": "http:\/\/viewer.dbinf.com",
    "web_accessible_resources": [
        "bg.png"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        ""
    ],
    "version": "0.7.7"
}