wizipsum

We all have funny mates, right?

wizipsumとは何ですか?

wizipsumはgabin.aurecheによって開発されたChromeの拡張機能で、その主な機能は「We all have funny mates, right?」です。

拡張機能のスクリーンショット

screenshot

wizipsum拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}