Oolong Image Viewer

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

Oolong Image Viewer란 무엇입니까?

Oolong Image Viewer은(는) oolongprojects에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple image viewer supporting drag and drop of the image."입니다.

확장 프로그램 스크린샷

screenshot

Oolong Image Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}