wizipsum

We all have funny mates, right?

Was ist wizipsum?

wizipsum ist eine Chrome-Erweiterung, die von gabin.aureche entwickelt wurde, und ihr Hauptmerkmal ist "We all have funny mates, right?".

Erweiterungsscreenshots

screenshot

wizipsum-Erweiterungs-CRX-Datei herunterladen

Laden Sie wizipsum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Offizielle URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Beschreibung We all have funny mates, right?
Dateigröße 38.5 KB
Installationsanzahl 35
Aktuelle Version 0.3.1
Letztes Update 2016-05-11
Veröffentlichungsdatum 2016-05-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler gabin.aureche
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wizbii.github.io/wizipsum
Hilfeseite URL https://github.com/wizbii/wizipsum/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}