Jigsaw Mockups
Full free mockup and product planning tool inside a browser extension
Jigsaw Mockups là gì?
Jigsaw Mockups là một tiện ích mở rộng Chrome được phát triển bởi Jigsaw, và tính năng chính của nó là "Full free mockup and product planning tool inside a browser extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jigsaw Mockups
Tải xuống các tệp mở rộng Jigsaw Mockups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jigsaw Mockups |
ID | pabcpkphcbamcdeobmfjkgjmogjdbgjn |
URL Chính Thức | https://chromewebstore.google.com/detail/jigsaw-mockups/pabcpkphcbamcdeobmfjkgjmogjdbgjn |
Mô tả | Full free mockup and product planning tool inside a browser extension |
Kích Thước Tệp | 3 MB |
Số Lần Cài Đặt | 231 |
Phiên Bản Hiện Tại | 0.6.3.3 |
Cập Nhật Lần Cuối | 2021-02-11 |
Ngày Phát Hành | 2020-03-23 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jigsaw |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |