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) |
| 电子邮箱 | [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"
]
} | |