Rich Image Previewer

Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.

Rich Image Previewer क्या है?

Rich Image Previewer Yoshifumi Shiiba द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab."।

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

screenshot

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

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

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

                        This extension adds the Rich UI for the open image in tab mode on Google Chrome.
It does not eat RAM on no using because runs only open an image on tab.

The MIT License
https://github.com/YoshifumiShiiba/RichImagePreviewer                    

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

नाम Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
आधिकारिक URL https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
विवरण Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
फ़ाइल का आकार 317 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2013-04-13
प्रकाशन तिथि 2013-04-13
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Yoshifumi Shiiba
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.",
    "name": "Rich Image Previewer",
    "minimum_chrome_version": "20.0.0.0",
    "icons": {
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png",
        "16": "imageinfo-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "jquery-1.9.1.js",
                "jquery-ui-1.10.2.custom.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.0.2"
}