Paste Lorem Ipsum...

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

什么是Paste Lorem Ipsum...?

Paste Lorem Ipsum...是由https://daki.me开发的Chrome扩展程序,该扩展的主要功能是“Right click on a text field or textarea to insert the Lorem Ipsum text.”。

扩展截图

screenshot
screenshot

下载Paste Lorem Ipsum...扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
官方URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
简介 Right click on a text field or textarea to insert the Lorem Ipsum text.
文件大小 15.86 KB
安装次数 59
当前版本 1.3
更新时间 2020-10-13
上架时间 2020-10-13
开发者 https://daki.me
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}