Simple Lorem Ipsum Generator
Quick way to generate lorem ipsum text with customizable size. Light and forever free.
What is Simple Lorem Ipsum Generator?
Simple Lorem Ipsum Generator is a Chrome extension developed by d1ceward, and its main feature is "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".
Extension Screenshots
Download Simple Lorem Ipsum Generator Extension CRX File
Download Simple 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
For any feature request or bug reporting go on github issue page. https://github.com/d1ceward/lipsum_generator/issues
Extension Basic Information
Name | Simple Lorem Ipsum Generator |
ID | paipcofpmjfkfeeoknhmbbnebcciikon |
Official URL | https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon |
Description | Quick way to generate lorem ipsum text with customizable size. Light and forever free. |
File Size | 25.99 KB |
Installation Count | 101 |
Current Version | 1.3.1 |
Last Updated | 2024-02-10 |
Publish Date | 2018-07-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | d1ceward |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/d1ceward/lipsum_generator |
Help Page URL | https://github.com/d1ceward/lipsum_generator/issues |
Supported Languages | 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 } |