wizipsum

We all have funny mates, right?

Vad är wizipsum?

wizipsum är en Chrome-tillägg utvecklad av gabin.aureche, och dess huvudfunktion är "We all have funny mates, right?".

Tilläggsskärmbilder

screenshot

Ladda ner wizipsum-förlängningens CRX-fil

Ladda ner wizipsum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Officiell webbadress https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Beskrivning We all have funny mates, right?
Filstorlek 38.5 KB
Antal Installationer 35
Aktuell Version 0.3.1
Senast Uppdaterad 2016-05-11
Publiceringsdatum 2016-05-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare gabin.aureche
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wizbii.github.io/wizipsum
Hjälpsida URL https://github.com/wizbii/wizipsum/issues
Stödda Språk 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"
            ]
        }
    ]
}