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
官方網址 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"
    }
}