Lorem Ipsum Generator

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

What is Lorem Ipsum Generator?

Lorem Ipsum Generator is a Chrome extension developed by https://getlorem.com, and its main feature is "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.".

Extension Screenshots

screenshot
screenshot

Download Lorem Ipsum Generator Extension CRX File

Download Lorem Ipsum Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
Official URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
Description Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
File Size 53.87 KB
Installation Count 23,243
Current Version 1.0.0
Last Updated 2017-01-24
Publish Date 2017-01-24
Rating 4.83/5 Total 12 Ratings
Developer https://getlorem.com
Payment Type free
Extension Website https://getlorem.com
Supported Languages 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"
    }
}