Lipsum Generator

Generate lorem ipsum dummy text.

What is Lipsum Generator?

Lipsum Generator is a Chrome extension developed by https://buiminhphuc.com, and its main feature is "Generate lorem ipsum dummy text.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Lipsum Generator Extension CRX File

Download Lipsum 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

                        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.                    

Extension Basic Information

Name Lipsum Generator Lipsum Generator
ID fepopmflofkppphpkfjdbmimglkeifna
Official URL https://chromewebstore.google.com/detail/lipsum-generator/fepopmflofkppphpkfjdbmimglkeifna
Description Generate lorem ipsum dummy text.
File Size 370 KB
Installation Count 5,750
Current Version 3.0.0
Last Updated 2022-01-03
Publish Date 2018-11-22
Rating 4.92/5 Total 13 Ratings
Developer https://buiminhphuc.com
Email [email protected]
Payment Type free
Extension Website https://lipsum-generator.netlify.app
Help Page URL https://github.com/phucbm/lipsum-generator
Supported Languages 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"
    }
}