wireframify

view wireframe of the page

Cos'è wireframify?

wireframify è un'estensione di Chrome sviluppata da https://anilk.strikingly.com, e la sua funzione principale è "view wireframe of the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione wireframify

Scarica i file di estensione wireframify 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

                        Preview wireframe of any website with one click.
Its is based on https://github.com/artlawry/framify-jquery-plugin                    

Informazioni di Base sull'Estensione

Nome wireframify wireframify
ID denkephjglddepmhdlaaigjionglkdbb
URL Ufficiale https://chromewebstore.google.com/detail/wireframify/denkephjglddepmhdlaaigjionglkdbb
Descrizione view wireframe of the page
Dimensione del File 87.62 KB
Conteggio Installazioni 5,778
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-01-22
Data di Pubblicazione 2017-01-22
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore https://anilk.strikingly.com
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/anilbms75
URL della Pagina di Aiuto https://twitter.com/anilbms75
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wireframify",
    "description": "view wireframe of the page",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "view wireframe of the page"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "framify.js"
    ]
}