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
Eメール [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
}