Simple Lorem Ipsum Generator

Quick way to generate lorem ipsum text with customizable size. Light and forever free.

Simple Lorem Ipsum Generatorとは何ですか?

Simple Lorem Ipsum Generatorはd1cewardによって開発されたChromeの拡張機能で、その主な機能は「Quick way to generate lorem ipsum text with customizable size. Light and forever free.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Simple Lorem Ipsum Generator拡張機能のCRXファイルをダウンロード

Simple Lorem Ipsum Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For any feature request or bug reporting go on github issue page.
https://github.com/d1ceward/lipsum_generator/issues                    

拡張機能の基本情報

名前 Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
公式URL https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
説明 Quick way to generate lorem ipsum text with customizable size. Light and forever free.
ファイルサイズ 25.99 KB
インストール数 101
現在のバージョン 1.3.1
最終更新日 2024-02-10
公開日 2018-07-11
評価 5.00/5 合計 1 レビュー
開発者 d1ceward
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/d1ceward/lipsum_generator
ヘルプページのURL https://github.com/d1ceward/lipsum_generator/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Lorem Ipsum Generator",
    "version": "1.3.1",
    "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "incognito": "spanning",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3
}