wireframe-page

Turn any website into a live wireframe

什么是wireframe-page?

wireframe-page是由suziwen1开发的Chrome扩展程序,该扩展的主要功能是“Turn any website into a live wireframe”。

扩展截图

screenshot
screenshot
screenshot

下载wireframe-page扩展crx文件

下载wireframe-page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 wireframe-page wireframe-page
ID bhaaofjcbafngjjneehlganleamobkke
官方URL https://chromewebstore.google.com/detail/wireframe-page/bhaaofjcbafngjjneehlganleamobkke
简介 Turn any website into a live wireframe
文件大小 36.25 KB
安装次数 265
当前版本 0.0.1
更新时间 2023-07-13
上架时间 2023-07-13
评分 5.00/5 共1次评分
开发者 suziwen1
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}