Page to wireframe
Click an icon and turn the page you're on into a wireframe.
Qu'est-ce que Page to wireframe ?
Page to wireframe est une extension Chrome développée par Brad Czerniak (ao5357), et sa fonction principale est "Click an icon and turn the page you're on into a wireframe.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Page to wireframe
Téléchargez les fichiers d'extension Page to wireframe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Page to wireframe |
ID | djbpbelpckcfamdlkfhipkkadnanmkci |
URL Officiel | https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci |
Description | Click an icon and turn the page you're on into a wireframe. |
Taille du Fichier | 2.15 MB |
Nombre d'Installations | 6,301 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-03-25 |
Date de Publication | 2020-03-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Brad Czerniak (ao5357) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ao5357/page-to-wireframe |
URL de la Page d'Aide | https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md |
URL de la Page de Politique de Confidentialité | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
Langues Prises en Charge | 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" ] } |