Image viewer

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

Apa itu Image viewer?

Image viewer adalah ekstensi Chrome yang dikembangkan oleh Roman Rasskazov, dan fitur utamanya adalah "This extension for convenient and functional image viewer with any html pages or links in your browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image viewer

Unduh file ekstensi Image viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Image viewer Image viewer
ID jpampamblikognkmdnphbcajcmiaclmo
URL Resmi https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo
Deskripsi This extension for convenient and functional image viewer with any html pages or links in your browser.
Ukuran File 45.5 KB
Jumlah Instalasi 3,650
Versi Saat Ini 0.7.7
Terakhir Diperbarui 2015-07-07
Tanggal Publikasi 2015-07-07
Penilaian 3.93/5 Total 29 Penilaian
Pengembang Roman Rasskazov
Tipe Pembayaran free
Situs Ekstensi http://viewer.dbinf.com
URL Halaman Bantuan http://viewer.dbinf.com
Bahasa yang Didukung 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"
}