wizipsum

We all have funny mates, right?

ما هو wizipsum؟

wizipsum هو إضافة Chrome تم تطويرها بواسطة gabin.aureche، والميزة الرئيسية لها هي "We all have funny mates, right?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة wizipsum

قم بتنزيل ملفات الامتداد wizipsum بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}