Lorem Ipsum Generator

Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.

Lorem Ipsum Generatorとは何ですか?

Lorem Ipsum Generatorはhttps://getlorem.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Elegantly designed and easy to use. The values you enter are stored so that your preferred option will always be immediately available.                    

拡張機能の基本情報

名前 Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
公式URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
説明 Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
ファイルサイズ 53.87 KB
インストール数 23,243
現在のバージョン 1.0.0
最終更新日 2017-01-24
公開日 2017-01-24
評価 4.83/5 合計 12 レビュー
開発者 https://getlorem.com
支払い方法 free
拡張機能のウェブサイト https://getlorem.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lorem Ipsum Generator",
    "version": "1.0.0",
    "description": "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Lorem Ipsum Generator"
    }
}