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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}