Jigsaw Mockups

Full free mockup and product planning tool inside a browser extension

什麼是Jigsaw Mockups?

Jigsaw Mockups是由Jigsaw開發的Chrome擴展程式,該擴展的主要功能是“Full free mockup and product planning tool inside a browser extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Jigsaw Mockups擴展crx文件

下載Jigsaw Mockups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Jigsaw is a full, free, mockup environment with super powers! Jigsaw can turn any HTML on any website into styleable mock up components for your next wireframe or product plan. 

Intended to simplify the process of planning future iterations of already launched websites / web apps before designer handoff, Jigsaw loads on top of your web page so you can plan your next feature set with your wepage as the context, instead of an empty white page, staying focused on the areas that need to be changed and seeing how your planned interface upgrade looks and works in the context of the whole website.

Jigsaw is completely free and does not save any user data. 

Sharing is done through anonymous tokens so you can still share with your team without team accounts and payments.

Jigsaw is still experimental and some bugs will happen :)

-----

The tool's main work flows:

Adding mockup components to a page

1) Go to your web product's homepage or any other page and toggle the tool on
2) Add a canvas (white rectangle) on top of the areas you'd like to work on
2) Add mockup components, icons, images on top of the canvas area 
3) Manipulate, style, comment, take notes on any component
4) Share your work

Adding html structures from another website to your page

1) Go to any website that has an HTML element/s you'd like to convert into a custom mockup component and include in your next wireframe and toggle the tool on
3) Right click on the html structure and select "copy to globals" which will save that html structure as a styleable mock up component
4) Go to your web product's homepage or any other page and toggle the tool on
5) Click on globals menu item and select the new custom html structure/s to add it/them to the page


Working on a white page

1) Toggle the tool on
2) Click on the "go to canvas page" icon
3) Start working on a white page like a standard mock up tool, but with all the custom components available from any website online.  


----

new in 0.6.3.0

* Fixed undo functionality on hidden page components
* Fixed image manipulation issues
* Fixed icon manipulation issues
* Fixed some component targeting issues with context menu
* Fixed not being able to save image changes
* Increased size of upload layer
* Hid "redo" until fixed


new in 0.6.2.8

* The mockup environment now persists in the tab you're working in so when you switch domains the environment will load in automatically
* Improved load speed
* Improved context menu behavior                    

擴展基本資訊

名稱 Jigsaw Mockups Jigsaw Mockups
ID pabcpkphcbamcdeobmfjkgjmogjdbgjn
官方網址 https://chromewebstore.google.com/detail/jigsaw-mockups/pabcpkphcbamcdeobmfjkgjmogjdbgjn
簡介 Full free mockup and product planning tool inside a browser extension
檔案大小 3 MB
安裝次數 231
目前版本 0.6.3.3
更新時間 2021-02-11
上架時間 2020-03-23
評分 4.50/5 共 2 次評分
開發者 Jigsaw
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "author": "Shai Kaplun",
    "background": {
        "persistent": true,
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "browser_title": "Open Jigsaw",
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "start Jigsaw",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            }
        }
    },
    "description": "Full free mockup and product planning tool inside a browser extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvjw5iYxF14oOzO\/Yo3sVJkfXEUHiOtPfzokjE1wFcV1ZDNzQ5ptwHQYkiSVGUKy2PMI7yK6gQre6ngIjPz8CKi\/gMr66KpSJD89xr8w97is8fX4KIrnezi3ZUwVA0RH7xSVxXhjy8BhWjzabuwoyn8pUHxzvnahJ0hF3ybZzZDMeX6epySihaKaZABqR\/H88eSB6GaPvIOVW111b95r2KWhvdx6hW9jUeF5O3Hywmzggu19E7aZtXQZKr7fXPM6M0eRKav914\/Om8tCi0M6VEQBrcoIKZgC\/CeswJ2Pz37QBrt8CXvEbdYbInraeqp5FDEaSACUoj+8LZR\/HxTkvtQIDAQAB",
    "manifest_version": 2,
    "name": "Jigsaw Mockups",
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "unlimitedStorage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/skaplun.github.io\/jigsaw-canvas\/",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6.3.3",
    "web_accessible_resources": [
        "patreon.png",
        "positionpointer.html",
        "loader.html",
        "canvas.html",
        "changelog.html",
        "notification.html",
        "colorpicker.html",
        "screenshotprompt.html",
        "templates2.html",
        "template.html",
        "main.html",
        "fonts\/glyphicons-halflings-regular.woff2",
        "themes\/*",
        "themes\/default\/assets\/fonts\/icons.woff2",
        "jquery-3.2.1.min.js"
    ]
}