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”。
扩展截图
下载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 |
ID | pabcpkphcbamcdeobmfjkgjmogjdbgjn |
官方URL | 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" ] } |