Page to wireframe

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

Apa itu Page to wireframe?

Page to wireframe adalah ekstensi Chrome yang dikembangkan oleh Brad Czerniak (ao5357), dan fitur utamanya adalah "Click an icon and turn the page you're on into a wireframe.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Page to wireframe

Unduh file ekstensi Page to wireframe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Page to wireframe Page to wireframe
ID djbpbelpckcfamdlkfhipkkadnanmkci
URL Resmi https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci
Deskripsi Click an icon and turn the page you're on into a wireframe.
Ukuran File 2.15 MB
Jumlah Instalasi 6,301
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-03-25
Tanggal Publikasi 2020-03-25
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Brad Czerniak (ao5357)
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ao5357/page-to-wireframe
URL Halaman Bantuan https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md
URL Halaman Kebijakan Privasi https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md
Bahasa yang Didukung 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"
    ]
}