Oolong Image Viewer

A simple image viewer supporting drag and drop of the image.

Oolong Image Viewer क्या है?

Oolong Image Viewer oolongprojects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple image viewer supporting drag and drop of the image."।

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

screenshot

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

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

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

                        A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop.                    

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

नाम Oolong Image Viewer Oolong Image Viewer
ID fdmbhglgjkadnfkbbdepakdhkkkmabom
आधिकारिक URL https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom
विवरण A simple image viewer supporting drag and drop of the image.
फ़ाइल का आकार 268 KB
स्थापना संख्या 331
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-06-25
प्रकाशन तिथि 2017-06-25
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर oolongprojects
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/socrateslee/oolong_image_viewer
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "image-viewer\/bootstrap\/*",
        "image-viewer\/css\/*",
        "image-viewer\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "loader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Oolong Image Viewer",
    "short_name": "ooloog image viewer",
    "description": "A simple image viewer supporting drag and drop of the image.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "version": "1.0.3"
}