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 https://daki.me, and its main feature is "Right click on a text field or textarea to insert the Lorem Ipsum text.".

Extension Screenshots

screenshot
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

                        Right click on a text field or textarea to insert the Lorem Ipsum text.                    

Extension Basic Information

Name Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
Official URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Description Right click on a text field or textarea to insert the Lorem Ipsum text.
File Size 15.86 KB
Installation Count 59
Current Version 1.3
Last Updated 2020-10-13
Publish Date 2020-10-13
Developer https://daki.me
Email [email protected]
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon_256.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "commands": {
        "paste-lorem-ipsum": {
            "suggested_key": {
                "default": "Ctrl+L"
            },
            "description": "__MSG_paste__"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}