Image viewer

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

O que é Image viewer?

Image viewer é uma extensão do Chrome desenvolvida por Roman Rasskazov, e sua principal característica é "This extension for convenient and functional image viewer with any html pages or links in your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Image viewer

Baixe arquivos de extensão Image viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
URL Oficial https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
Descrição This extension for convenient and functional image viewer with any html pages or links in your browser.
Tamanho do Arquivo 45.5 KB
Contagem de Instalações 3,650
Versão Atual 0.7.7
Última Atualização 2015-07-07
Data de Publicação 2015-07-07
Classificação 3.93/5 Total de 29 Avaliações
Desenvolvedor Roman Rasskazov
Tipo de Pagamento free
Site da Extensão http://viewer.dbinf.com
URL da Página de Ajuda http://viewer.dbinf.com
Idiomas Suportados 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"
}