Image viewer

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

Image viewer क्या है?

Image viewer Roman Rasskazov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension for convenient and functional image viewer with any html pages or links in your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}