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
Eメール [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"
    }
}