wizipsum

We all have funny mates, right?

wizipsum क्या है?

wizipsum gabin.aureche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We all have funny mates, right?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में wizipsum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
आधिकारिक URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
विवरण We all have funny mates, right?
फ़ाइल का आकार 38.5 KB
स्थापना संख्या 35
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2016-05-11
प्रकाशन तिथि 2016-05-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर gabin.aureche
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wizbii.github.io/wizipsum
सहायता पृष्ठ URL https://github.com/wizbii/wizipsum/issues
समर्थित भाषाएँ 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"
            ]
        }
    ]
}