Oolong Image Viewer

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

Co to jest Oolong Image Viewer?

Oolong Image Viewer to rozszerzenie Chrome opracowane przez oolongprojects, a jego główną funkcją jest „A simple image viewer supporting drag and drop of the image.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Oolong Image Viewer

Pobierz pliki rozszerzeń Oolong Image Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Oolong Image Viewer Oolong Image Viewer
ID fdmbhglgjkadnfkbbdepakdhkkkmabom
Oficjalny URL https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom
Opis A simple image viewer supporting drag and drop of the image.
Rozmiar pliku 268 KB
Liczba instalacji 331
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2017-06-25
Data Publikacji 2017-06-25
Ocena 4.00/5 Łącznie 6 Oceny
Deweloper oolongprojects
Typ Płatności free
Strona Rozszerzenia https://github.com/socrateslee/oolong_image_viewer
Obsługiwane Języki 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"
}