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ファイルをダウンロード

Oolong Image Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}