Page to wireframe
Click an icon and turn the page you're on into a wireframe.
Cos'è Page to wireframe?
Page to wireframe è un'estensione di Chrome sviluppata da Brad Czerniak (ao5357), e la sua funzione principale è "Click an icon and turn the page you're on into a wireframe.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page to wireframe
Scarica i file di estensione Page to wireframe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | djbpbelpckcfamdlkfhipkkadnanmkci |
| URL Ufficiale | https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci |
| Descrizione | Click an icon and turn the page you're on into a wireframe. |
| Dimensione del File | 2.15 MB |
| Conteggio Installazioni | 6,301 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2020-03-25 |
| Data di Pubblicazione | 2020-03-25 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Brad Czerniak (ao5357) |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ao5357/page-to-wireframe |
| URL della Pagina di Aiuto | https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md |
| URL della Pagina della Politica sulla Privacy | https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md |
| Lingue Supportate | 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"
]
} | |