Jigsaw Mockups

Full free mockup and product planning tool inside a browser extension

Cos'è Jigsaw Mockups?

Jigsaw Mockups è un'estensione di Chrome sviluppata da Jigsaw, e la sua funzione principale è "Full free mockup and product planning tool inside a browser extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jigsaw Mockups

Scarica i file di estensione Jigsaw Mockups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Jigsaw Mockups Jigsaw Mockups
ID pabcpkphcbamcdeobmfjkgjmogjdbgjn
URL Ufficiale https://chromewebstore.google.com/detail/jigsaw-mockups/pabcpkphcbamcdeobmfjkgjmogjdbgjn
Descrizione Full free mockup and product planning tool inside a browser extension
Dimensione del File 3 MB
Conteggio Installazioni 231
Versione Corrente 0.6.3.3
Ultimo Aggiornamento 2021-02-11
Data di Pubblicazione 2020-03-23
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Jigsaw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}