Page to wireframe

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

Co to jest Page to wireframe?

Page to wireframe to rozszerzenie Chrome opracowane przez Brad Czerniak (ao5357), a jego główną funkcją jest „Click an icon and turn the page you're on into a wireframe.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Page to wireframe

Pobierz pliki rozszerzeń Page to wireframe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page to wireframe Page to wireframe
ID djbpbelpckcfamdlkfhipkkadnanmkci
Oficjalny URL https://chromewebstore.google.com/detail/page-to-wireframe/djbpbelpckcfamdlkfhipkkadnanmkci
Opis Click an icon and turn the page you're on into a wireframe.
Rozmiar pliku 2.15 MB
Liczba instalacji 6,301
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-03-25
Data Publikacji 2020-03-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Brad Czerniak (ao5357)
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ao5357/page-to-wireframe
Adres URL Strony Pomocy https://github.com/ao5357/page-to-wireframe/blob/master/.github/SUPPORT.md
Adres URL Strony Polityki Prywatności https://github.com/ao5357/development_favicon/blob/master/privacy-policy.md
Obsługiwane Języki 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"
    ]
}