wizipsum

We all have funny mates, right?

Wat is wizipsum?

wizipsum is een Chrome-extensie ontwikkeld door gabin.aureche, en de belangrijkste functie is "We all have funny mates, right?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie wizipsum

Download wizipsum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Officiële URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Beschrijving We all have funny mates, right?
Bestandsgrootte 38.5 KB
Aantal Installaties 35
Huidige Versie 0.3.1
Laatst Bijgewerkt 2016-05-11
Publicatiedatum 2016-05-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gabin.aureche
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wizbii.github.io/wizipsum
Help Pagina-URL https://github.com/wizbii/wizipsum/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}