Page to wireframe

Click an icon and turn the page you're on into a wireframe.

Was ist Page to wireframe?

Page to wireframe ist eine Chrome-Erweiterung, die von Brad Czerniak (ao5357) entwickelt wurde, und ihr Hauptmerkmal ist "Click an icon and turn the page you're on into a wireframe.".

Erweiterungsscreenshots

screenshot
screenshot

Page to wireframe-Erweiterungs-CRX-Datei herunterladen

Laden Sie Page to wireframe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Page to wireframe Page to wireframe
ID djbpbelpckcfamdlkfhipkkadnanmkci
Offizielle URL https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci
Beschreibung Click an icon and turn the page you're on into a wireframe.
Dateigröße 2.15 MB
Installationsanzahl 6,301
Aktuelle Version 1.0.0
Letztes Update 2020-03-25
Veröffentlichungsdatum 2020-03-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Brad Czerniak (ao5357)
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ao5357/page-to-wireframe
Hilfeseite URL https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md
URL der Datenschutzrichtlinien-Seite https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md
Unterstützte Sprachen 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"
    ]
}