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
}