wizipsum

We all have funny mates, right?

Qu'est-ce que wizipsum ?

wizipsum est une extension Chrome développée par gabin.aureche, et sa fonction principale est "We all have funny mates, right?".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension wizipsum

Téléchargez les fichiers d'extension wizipsum au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
URL Officiel https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Description We all have funny mates, right?
Taille du Fichier 38.5 KB
Nombre d'Installations 35
Version Actuelle 0.3.1
Dernière Mise à Jour 2016-05-11
Date de Publication 2016-05-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur gabin.aureche
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wizbii.github.io/wizipsum
URL de la Page d'Aide https://github.com/wizbii/wizipsum/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}