Lipsum Generator

Generate lorem ipsum dummy text.

什么是Lipsum Generator?

Lipsum Generator是由https://buiminhphuc.com开发的Chrome扩展程序,该扩展的主要功能是“Generate lorem ipsum dummy text.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Lipsum Generator扩展crx文件

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

扩展使用说明

                        Generate lorem ipsum dummy text in 4 types:
- Words
- Sentences
- Paragraphs
- List (HTML)

Extra features:
- Text transform: capitalize, uppercase, lowercase.
- Custom quantity in each type.
- In type Words, you can copy the display text as slug.
- Minimize the steps with auto-copy.

* This extension works offline completely and does not collect any of your data. Settings in this extension will be synchronized with your browser's account.                    

扩展基本信息

名称 Lipsum Generator Lipsum Generator
ID fepopmflofkppphpkfjdbmimglkeifna
官方URL https://chromewebstore.google.com/detail/lipsum-generator/fepopmflofkppphpkfjdbmimglkeifna
简介 Generate lorem ipsum dummy text.
文件大小 370 KB
安装次数 5,750
当前版本 3.0.0
更新时间 2022-01-03
上架时间 2018-11-22
评分 4.92/5 共13次评分
开发者 https://buiminhphuc.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://lipsum-generator.netlify.app
帮助页面URL https://github.com/phucbm/lipsum-generator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lipsum Generator",
    "description": "Generate lorem ipsum dummy text.",
    "version": "3.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/assets\/img\/16.png",
            "32": "\/assets\/img\/32.png",
            "48": "\/assets\/img\/48.png",
            "128": "\/assets\/img\/128.png"
        }
    },
    "icons": {
        "16": "\/assets\/img\/16.png",
        "32": "\/assets\/img\/32.png",
        "48": "\/assets\/img\/48.png",
        "128": "\/assets\/img\/128.png"
    }
}