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"
]
} | |