wizipsum

We all have funny mates, right?

What is wizipsum?

wizipsum is a Chrome extension developed by gabin.aureche, and its main feature is "We all have funny mates, right?".

Extension Screenshots

screenshot

Download wizipsum Extension CRX File

Download wizipsum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Official URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Description We all have funny mates, right?
File Size 38.5 KB
Installation Count 35
Current Version 0.3.1
Last Updated 2016-05-11
Publish Date 2016-05-11
Rating 5.00/5 Total 1 Ratings
Developer gabin.aureche
Email [email protected]
Payment Type free
Extension Website https://wizbii.github.io/wizipsum
Help Page URL https://github.com/wizbii/wizipsum/issues
Supported Languages 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"
            ]
        }
    ]
}