wireframe-page

Turn any website into a live wireframe

What is wireframe-page?

wireframe-page is a Chrome extension developed by suziwen1, and its main feature is "Turn any website into a live wireframe".

Extension Screenshots

screenshot
screenshot
screenshot

Download wireframe-page Extension CRX File

Download wireframe-page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turn any website into a live wireframe.

Click extension icon and turn the page you're on into a wireframe.

Support two mode, wave wireframe and block wireframe.

Useful for demos, streaming, hide personal information, visual regression, and more.                    

Extension Basic Information

Name wireframe-page wireframe-page
ID bhaaofjcbafngjjneehlganleamobkke
Official URL https://chromewebstore.google.com/detail/wireframe-page/bhaaofjcbafngjjneehlganleamobkke
Description Turn any website into a live wireframe
File Size 36.25 KB
Installation Count 265
Current Version 0.0.1
Last Updated 2023-07-13
Publish Date 2023-07-13
Rating 5.00/5 Total 1 Ratings
Developer suziwen1
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wireframe-page",
    "version": "0.0.1",
    "description": "Turn any website into a live wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/wireframe.css",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}