wizipsum

We all have funny mates, right?

Apa itu wizipsum?

wizipsum adalah ekstensi Chrome yang dikembangkan oleh gabin.aureche, dan fitur utamanya adalah "We all have funny mates, right?".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi wizipsum

Unduh file ekstensi wizipsum dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
URL Resmi https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Deskripsi We all have funny mates, right?
Ukuran File 38.5 KB
Jumlah Instalasi 35
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2016-05-11
Tanggal Publikasi 2016-05-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang gabin.aureche
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wizbii.github.io/wizipsum
URL Halaman Bantuan https://github.com/wizbii/wizipsum/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}