Puzzlinator

Turns a picture on the web into a jigsaw puzzle

什么是Puzzlinator?

Puzzlinator是由Sergey Chernykh开发的Chrome扩展程序,该扩展的主要功能是“Turns a picture on the web into a jigsaw puzzle”。

下载Puzzlinator扩展crx文件

下载Puzzlinator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Puzzlinator allows you to turns a web picture into a jigsaw puzzle.

On the page containing the picture you want, click the extension's icon and after it becomes red hover your mouse over that picture. If your cursor turns into a cross the image is suitable for the extension - just click it and you will have your puzzle. 

Not all pictures are suitable for Puzzlinator. But there is a workaround that should work well in most cases. Right click on the needed image and choose "Open image in new tab". Run the extension there!

Please feel free to send me your suggestions and feedback.                    

扩展基本信息

名称 Puzzlinator Puzzlinator
ID lfbnjfmbicfgnlnommgkecnnangmafaj
官方URL https://chrome.google.com/webstore/detail/puzzlinator/lfbnjfmbicfgnlnommgkecnnangmafaj
简介 Turns a picture on the web into a jigsaw puzzle
文件大小 361 KB
安装次数 39
当前版本 0.2.3
更新时间 2015-05-31
上架时间 2015-05-31
评分 5.00/5 共1次评分
开发者 Sergey Chernykh
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puzzlinator",
    "version": "0.2.3",
    "description": "Turns a picture on the web into a jigsaw puzzle",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Puzzlr"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}