Paste 'Lorem ipsum...'

Right click on a text field or textarea to insert the 'lorem ipsum' text.

什么是Paste 'Lorem ipsum...'?

Paste 'Lorem ipsum...'是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Right click on a text field or textarea to insert the 'lorem ipsum' text.”。

扩展截图

screenshot

下载Paste 'Lorem ipsum...'扩展crx文件

下载Paste 'Lorem ipsum...'扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Works with HTML5 input types. eg. email, url, number.


N.B. This extension doesn't work on input fields which have been added to the page using javascript. For example Tinymce or the Drupal overlay editing interface.                    

扩展基本信息

名称 Paste 'Lorem ipsum...' Paste 'Lorem ipsum...'
ID ihmllonaidjepimjdhjdcgodgekcmhop
官方URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/ihmllonaidjepimjdhjdcgodgekcmhop
简介 Right click on a text field or textarea to insert the 'lorem ipsum' text.
文件大小 41.1 KB
安装次数 2,730
当前版本 1.0
更新时间 2013-08-21
上架时间 2013-08-21
评分 2.05/5 共38次评分
开发者 [email protected]
付费类型 free
扩展官网 https://github.com/nwjlyons/lorem-ipsum
帮助页面URL https://github.com/nwjlyons/lorem-ipsum/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paste 'Lorem ipsum...'",
    "description": "Right click on a text field or textarea to insert the 'lorem ipsum' text.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.6.4.min.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}