wizipsum

We all have funny mates, right?

Hvad er wizipsum?

wizipsum er en Chrome-udvidelse udviklet af gabin.aureche, og dens hovedfunktion er "We all have funny mates, right?".

Udvidelsesskærmbilleder

screenshot

Download wizipsum-udvidelses-CRX-fil

Download wizipsum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Officiel URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Beskrivelse We all have funny mates, right?
Filstørrelse 38.5 KB
Antal Installationer 35
Nuværende Version 0.3.1
Senest Opdateret 2016-05-11
Udgivelsesdato 2016-05-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler gabin.aureche
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wizbii.github.io/wizipsum
Hjælpeside-URL https://github.com/wizbii/wizipsum/issues
Understøttede Sprog 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"
            ]
        }
    ]
}