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
官方網址 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
}