Solve as Puzzle

Solve any image as a jigsaw puzzle

What is Solve as Puzzle?

Solve as Puzzle is a Chrome extension developed by http://2bsocial.net, and its main feature is "Solve any image as a jigsaw puzzle".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Solve as Puzzle Extension CRX File

Download Solve as Puzzle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Solve as Puzzle Solve as Puzzle
ID gloikflmfaegdofanikjfjbejabffnld
Official URL https://chrome.google.com/webstore/detail/solve-as-puzzle/gloikflmfaegdofanikjfjbejabffnld
Description Solve any image as a jigsaw puzzle
File Size 32.95 KB
Installation Count 852
Current Version 0.43
Last Updated 2013-01-25
Publish Date 2013-01-25
Rating 3.00/5 Total 10 Ratings
Developer http://2bsocial.net
Payment Type free
Extension Website http://2bsocial.net/pwf/
Help Page URL http://2bsocial.net/pwf/browser_plugins.html
Supported Languages 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
}