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 |
| 官方網址 | 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"
]
} | |