wizipsum

We all have funny mates, right?

Cos'è wizipsum?

wizipsum è un'estensione di Chrome sviluppata da gabin.aureche, e la sua funzione principale è "We all have funny mates, right?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione wizipsum

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

                        As developers, we often need to fill forms with fake data. So most of the times we end up punching our keyboard to get some random combination of oedsqkdmqslkdzakdmz. But that's clearly not nice nor a "real world" input.

wizipsum's Chrome Extension allow you to quickly fill inputs with random funny strings. Here are a couple of its features:

* Insert titles and/or paragraphs with funny lorem ipsum text
* Insert an email/url (they are both customisable)
* Triggers the usual behavior (meaning frameworks such as Angular properly update their states)
* Copy text to the clipboard                    

Informazioni di Base sull'Estensione

Nome wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
URL Ufficiale https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Descrizione We all have funny mates, right?
Dimensione del File 38.5 KB
Conteggio Installazioni 35
Versione Corrente 0.3.1
Ultimo Aggiornamento 2016-05-11
Data di Pubblicazione 2016-05-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore gabin.aureche
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wizbii.github.io/wizipsum
URL della Pagina di Aiuto https://github.com/wizbii/wizipsum/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wizipsum",
    "description": "We all have funny mates, right?",
    "version": "0.3.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public\/scripts\/content.js"
            ]
        }
    ]
}