Barry's Image Zoom

Zoom in on any image in your browser.

Barry's Image Zoom क्या है?

Barry's Image Zoom Barry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoom in on any image in your browser."।

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

screenshot

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

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

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

                        Barry's Image Zoom is a simple but powerful tool for viewing images in your browser in unlimited detail. Images are automatically resized to fit the browser window and can be zoomed in even further with the mouse wheel. It works with any JPG, PNG or GIF file.

To use:
  - Images are automatically resized to fit the browser window.
  - Use the mouse wheel to zoom in and out.
  - For fast zoom, hold down the shift key while zooming.
  - Click and drag the image to reposition it.
  - Double-click the image to resize it back to the browser window.

Tip:
- Barry's Image Zoom only works with single images, not entire web pages. If the image you want is part of a web page, right click on it and select "Open image in new tab".                    

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

नाम Barry's Image Zoom Barry's Image Zoom
ID iihenfcdndalmajfmebbiajgejocengf
आधिकारिक URL https://chromewebstore.google.com/detail/barrys-image-zoom/iihenfcdndalmajfmebbiajgejocengf
विवरण Zoom in on any image in your browser.
फ़ाइल का आकार 56.58 KB
स्थापना संख्या 2,477
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-12-31
प्रकाशन तिथि 2013-12-31
रेटिंग 2.36/5 कुल 42 रेटिंग्स
डेवलपर Barry
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barry's Image Zoom",
    "short_name": "Barry's Image Zoom",
    "version": "1.1",
    "description": "Zoom in on any image in your browser.",
    "author": "Barry Fruitman",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "barryzoom.js"
            ],
            "matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif"
            ]
        }
    ],
    "icons": {
        "128": "logo_128.png",
        "64": "logo_64.png",
        "48": "logo_48.png",
        "32": "logo_32.png",
        "24": "logo_24.png",
        "16": "logo_16.png"
    }
}