Page to wireframe
Click an icon and turn the page you're on into a wireframe.
Page to wireframeとは何ですか?
Page to wireframeはBrad Czerniak (ao5357)によって開発されたChromeの拡張機能で、その主な機能は「Click an icon and turn the page you're on into a wireframe.」です。
拡張機能のスクリーンショット
Page to wireframe拡張機能のCRXファイルをダウンロード
Page to wireframe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        I make websites, and sometimes I want to make a site first, then demonstrate its micro-IA separately, without showing a huge level of detail or design fidelity.
This extension lets you click a button and have everything on the page appear low-fidelity. You can then take screenshots and perform other operations in order to export your wires.                     拡張機能の基本情報
| 名前 |   |  
| ID | djbpbelpckcfamdlkfhipkkadnanmkci | 
| 公式URL | https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci | 
| 説明 | Click an icon and turn the page you're on into a wireframe. | 
| ファイルサイズ | 2.15 MB | 
| インストール数 | 6,301 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2020-03-25 | 
| 公開日 | 2020-03-25 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | Brad Czerniak (ao5357) | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/ao5357/page-to-wireframe | 
| ヘルプページのURL | https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md | 
| プライバシーポリシーページのURL | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Brad Czerniak",
    "name": "__MSG_extensionName__",
    "short_name": "p2wire",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.0",
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_browserActionDefaultTitle__"
    },
    "homepage_url": "https:\/\/github.com\/ao5357\/page-to-wireframe",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "css\/fonts\/*.woff2",
        "css\/images\/*.jpg",
        "css\/images\/*.svg"
    ]
}  |  |