wireframify

view wireframe of the page

什麼是wireframify?

wireframify是由https://anilk.strikingly.com開發的Chrome擴展程式,該擴展的主要功能是“view wireframe of the page”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 wireframify wireframify
ID denkephjglddepmhdlaaigjionglkdbb
官方網址 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"
    ]
}