TinyIpsum
TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
What is TinyIpsum?
TinyIpsum is a Chrome extension developed by Kenan Bendz, and its main feature is "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text".
Extension Screenshots
Download TinyIpsum Extension CRX File
Download TinyIpsum 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
TinyIpsum is a small utility extension for generating random Latin text, to fill out your fields and forms. Quick and elegant solution to efficiently get text to your clipboard in the amount you need. Inspired by LittleIpsum - Automatically copies selected amount of text to clipboard - Generates random words, sentences, and paragraphs based on typical amount of use-case. - Random Latin based text output. - Light and dark mode (based on system UI preferences)
Extension Basic Information
Name | TinyIpsum |
ID | oipamkhbdhmedokhjokgepakabbibkbi |
Official URL | https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi |
Description | TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text |
File Size | 50.74 KB |
Installation Count | 41 |
Current Version | 1.0 |
Last Updated | 2021-04-30 |
Publish Date | 2021-04-30 |
Developer | Kenan Bendz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text", "version": "1.0", "manifest_version": 3, "name": "TinyIpsum", "action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |