wizipsum

We all have funny mates, right?

wizipsum là gì?

wizipsum là một tiện ích mở rộng Chrome được phát triển bởi gabin.aureche, và tính năng chính của nó là "We all have funny mates, right?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng wizipsum

Tải xuống các tệp mở rộng wizipsum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
URL Chính Thức https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Mô tả We all have funny mates, right?
Kích Thước Tệp 38.5 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2016-05-11
Ngày Phát Hành 2016-05-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gabin.aureche
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wizbii.github.io/wizipsum
URL Trang Trợ Giúp https://github.com/wizbii/wizipsum/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}