Solve as Puzzle

Solve any image as a jigsaw puzzle

Solve as Puzzleとは何ですか?

Solve as Puzzleはhttp://2bsocial.netによって開発されたChromeの拡張機能で、その主な機能は「Solve any image as a jigsaw puzzle」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Solve as Puzzle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Right-click on any image on the web and solve it as a jigsaw puzzle.                    

拡張機能の基本情報

名前 Solve as Puzzle Solve as Puzzle
ID gloikflmfaegdofanikjfjbejabffnld
公式URL https://chrome.google.com/webstore/detail/solve-as-puzzle/gloikflmfaegdofanikjfjbejabffnld
説明 Solve any image as a jigsaw puzzle
ファイルサイズ 32.95 KB
インストール数 852
現在のバージョン 0.43
最終更新日 2013-01-25
公開日 2013-01-25
評価 3.00/5 合計 10 レビュー
開発者 http://2bsocial.net
支払い方法 free
拡張機能のウェブサイト http://2bsocial.net/pwf/
ヘルプページのURL http://2bsocial.net/pwf/browser_plugins.html
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solve as Puzzle",
    "description": "Solve any image as a jigsaw puzzle",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Puzzles with Friends"
    },
    "version": "0.43",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}