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
官方網址 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"
    }
}