Solve as Puzzle Lite

Solve any image as a jigsaw puzzle

Solve as Puzzle Liteとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Solve as Puzzle Lite Solve as Puzzle Lite
ID akkjnhjaeidmpjpgmhcaamojhonoakjl
公式URL https://chrome.google.com/webstore/detail/solve-as-puzzle-lite/akkjnhjaeidmpjpgmhcaamojhonoakjl
説明 Solve any image as a jigsaw puzzle
ファイルサイズ 31.71 KB
インストール数 494
現在のバージョン 0.1
最終更新日 2013-01-25
公開日 2013-01-25
評価 5.00/5 合計 2 レビュー
開発者 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 Lite",
    "description": "Solve any image as a jigsaw puzzle",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "puzzle.js"
        ]
    },
    "manifest_version": 2
}