wireframify
view wireframe of the page
What is wireframify?
wireframify is a Chrome extension developed by https://anilk.strikingly.com, and its main feature is "view wireframe of the page".
Extension Screenshots
Download wireframify Extension CRX File
Download wireframify 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
Preview wireframe of any website with one click. Its is based on https://github.com/artlawry/framify-jquery-plugin
Extension Basic Information
Name | wireframify |
ID | denkephjglddepmhdlaaigjionglkdbb |
Official URL | https://chromewebstore.google.com/detail/wireframify/denkephjglddepmhdlaaigjionglkdbb |
Description | view wireframe of the page |
File Size | 87.62 KB |
Installation Count | 5,778 |
Current Version | 1.0.1 |
Last Updated | 2017-01-22 |
Publish Date | 2017-01-22 |
Rating | 4.13/5 Total 8 Ratings |
Developer | https://anilk.strikingly.com |
Payment Type | free |
Extension Website | https://twitter.com/anilbms75 |
Help Page URL | https://twitter.com/anilbms75 |
Supported Languages | 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" ] } |