Image viewer

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

Что такое Image viewer?

Image viewer - это расширение Chrome, разработанное Roman Rasskazov, и его основная функция - "This extension for convenient and functional image viewer with any html pages or links in your browser.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Image viewer

Скачайте файлы расширений Image viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
Официальный URL https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
Описание This extension for convenient and functional image viewer with any html pages or links in your browser.
Размер файла 45.5 KB
Количество установок 3,650
Текущая Версия 0.7.7
Последнее Обновление 2015-07-07
Дата публикации 2015-07-07
Рейтинг 3.93/5 Всего 29 оценок
Разработчик Roman Rasskazov
Тип оплаты free
Официальный сайт расширения http://viewer.dbinf.com
URL страницы помощи http://viewer.dbinf.com
Поддерживаемые языки 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"
}