Solve as Puzzle Lite
Solve any image as a jigsaw puzzle
What is Solve as Puzzle Lite?
Solve as Puzzle Lite is a Chrome extension developed by http://2bsocial.net, and its main feature is "Solve any image as a jigsaw puzzle".
Extension Screenshots
Download Solve as Puzzle Lite Extension CRX File
Download Solve as Puzzle Lite 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 | |
ID | akkjnhjaeidmpjpgmhcaamojhonoakjl |
Official URL | https://chrome.google.com/webstore/detail/solve-as-puzzle-lite/akkjnhjaeidmpjpgmhcaamojhonoakjl |
Description | Solve any image as a jigsaw puzzle |
File Size | 31.71 KB |
Installation Count | 494 |
Current Version | 0.1 |
Last Updated | 2013-01-25 |
Publish Date | 2013-01-25 |
Rating | 5.00/5 Total 2 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 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 } |