Page to wireframe
Click an icon and turn the page you're on into a wireframe.
What is Page to wireframe?
Page to wireframe is a Chrome extension developed by Brad Czerniak (ao5357), and its main feature is "Click an icon and turn the page you're on into a wireframe.".
Extension Screenshots
Download Page to wireframe Extension CRX File
Download Page to wireframe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Page to wireframe |
ID | djbpbelpckcfamdlkfhipkkadnanmkci |
Official URL | https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci |
Description | Click an icon and turn the page you're on into a wireframe. |
File Size | 2.15 MB |
Installation Count | 6,301 |
Current Version | 1.0.0 |
Last Updated | 2020-03-25 |
Publish Date | 2020-03-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Brad Czerniak (ao5357) |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ao5357/page-to-wireframe |
Help Page URL | https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md |
Privacy Policy Page URL | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
Supported Languages | 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" ] } |