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
电子邮箱 [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"
            ]
        }
    ]
}