IIV: Improved Image Viewer

Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.

IIV: Improved Image Viewer क्या है?

IIV: Improved Image Viewer https://deejdesigns.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        By default, pictures opened in the new tab of Google Chrome, "stick" to the upper left corner and that is not always good and comfortable, especially if this picture is small. This extension tactfully intervenes in "default option" and provides you a myriad of display options.

By mousing over the IIV icon in the top left corner you can:
— View fullscreen
— View imaging covering the entire screen
— View at original size & centered on page
— Download image
— Save your default viewing option

If you like the extension don't forget to tell your friends about it - it's easy to do it on the config page using the buttons of social network in the bottom of the screen. 

Please write your wishes and opinions in the comments or by sending an e-mail, they will really help me!

If you notice an error in the extension, write about it on the address [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम IIV: Improved Image Viewer IIV: Improved Image Viewer
ID ikihjogigckicmhkhkhidkgpdhkglban
आधिकारिक URL https://chromewebstore.google.com/detail/iiv-improved-image-viewer/ikihjogigckicmhkhkhidkgpdhkglban
विवरण Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.
फ़ाइल का आकार 109 KB
स्थापना संख्या 469
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2014-08-25
प्रकाशन तिथि 2014-08-25
रेटिंग 2.58/5 कुल 12 रेटिंग्स
डेवलपर https://deejdesigns.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IIV: Improved Image Viewer",
    "description": "Replace the default picture viewer in chrome to enable fullpage, cover & centered images. Great for viewing small images.",
    "version": "1.0.2",
    "author": "Deejdesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map",
        "logo.png",
        "\/images\/close.png",
        "\/images\/config.png",
        "\/images\/download.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/download.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}