Image viewer

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

¿Qué es Image viewer?

Image viewer es una extensión de Chrome desarrollada por Roman Rasskazov, y su función principal es "This extension for convenient and functional image viewer with any html pages or links in your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Image viewer

Descarga archivos de extensión Image viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
URL Oficial https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
Descripción This extension for convenient and functional image viewer with any html pages or links in your browser.
Tamaño del Archivo 45.5 KB
Cantidad de Instalaciones 3,650
Versión Actual 0.7.7
Última Actualización 2015-07-07
Fecha de Publicación 2015-07-07
Calificación 3.93/5 Total de 29 Calificaciones
Desarrollador Roman Rasskazov
Tipo de Pago free
Sitio Web de la Extensión http://viewer.dbinf.com
URL de la Página de Ayuda http://viewer.dbinf.com
Idiomas Soportados 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"
}