Page to wireframe
Click an icon and turn the page you're on into a wireframe.
Τι είναι το Page to wireframe;
Το Page to wireframe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brad Czerniak (ao5357), και η κύρια λειτουργία του είναι "Click an icon and turn the page you're on into a wireframe.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Page to wireframe
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Page to wireframe |
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" ] } |