Oolong Image Viewer

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

Co je Oolong Image Viewer?

Oolong Image Viewer je rozšíření Chrome vyvinuté oolongprojects, a jeho hlavní funkcí je „A simple image viewer supporting drag and drop of the image.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Oolong Image Viewer

Stáhněte si soubory rozšíření Oolong Image Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Oolong Image Viewer Oolong Image Viewer
ID fdmbhglgjkadnfkbbdepakdhkkkmabom
Oficiální URL https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom
Popis A simple image viewer supporting drag and drop of the image.
Velikost souboru 268 KB
Počet instalací 331
Aktuální Verze 1.0.3
Poslední Aktualizace 2017-06-25
Datum Vydání 2017-06-25
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář oolongprojects
Typ Platby free
Webové stránky Rozšíření https://github.com/socrateslee/oolong_image_viewer
Podporované Jazyky 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"
}