Paste 'Lorem ipsum...'

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

What is Paste 'Lorem ipsum...'?

Paste 'Lorem ipsum...' is a Chrome extension developed by [email protected], and its main feature is "Right click on a text field or textarea to insert the 'lorem ipsum' text.".

Extension Screenshots

screenshot

Download Paste 'Lorem ipsum...' Extension CRX File

Download Paste 'Lorem ipsum...' extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Paste 'Lorem ipsum...' Paste 'Lorem ipsum...'
ID ihmllonaidjepimjdhjdcgodgekcmhop
Official URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/ihmllonaidjepimjdhjdcgodgekcmhop
Description Right click on a text field or textarea to insert the 'lorem ipsum' text.
File Size 41.1 KB
Installation Count 2,730
Current Version 1.0
Last Updated 2013-08-21
Publish Date 2013-08-21
Rating 2.05/5 Total 38 Ratings
Developer [email protected]
Payment Type free
Extension Website https://github.com/nwjlyons/lorem-ipsum
Help Page URL https://github.com/nwjlyons/lorem-ipsum/issues
Supported Languages 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"
    }
}