wireframify
view wireframe of the page
wireframifyとは何ですか?
wireframifyはhttps://anilk.strikingly.comによって開発されたChromeの拡張機能で、その主な機能は「view wireframe of the page」です。
拡張機能のスクリーンショット
wireframify拡張機能のCRXファイルをダウンロード
wireframify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Preview wireframe of any website with one click.
Its is based on https://github.com/artlawry/framify-jquery-plugin                     拡張機能の基本情報
| 名前 |   |  
| ID | denkephjglddepmhdlaaigjionglkdbb | 
| 公式URL | https://chromewebstore.google.com/detail/wireframify/denkephjglddepmhdlaaigjionglkdbb | 
| 説明 | view wireframe of the page | 
| ファイルサイズ | 87.62 KB | 
| インストール数 | 5,778 | 
| 現在のバージョン | 1.0.1 | 
| 最終更新日 | 2017-01-22 | 
| 公開日 | 2017-01-22 | 
| 評価 | 4.13/5 合計 8 レビュー | 
| 開発者 | https://anilk.strikingly.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://twitter.com/anilbms75 | 
| ヘルプページのURL | https://twitter.com/anilbms75 | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wireframify",
    "description": "view wireframe of the page",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "view wireframe of the page"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "framify.js"
    ]
}  |  |