TinyIpsum

TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text

Was ist TinyIpsum?

TinyIpsum ist eine Chrome-Erweiterung, die von Kenan Bendz entwickelt wurde, und ihr Hauptmerkmal ist "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text".

Erweiterungsscreenshots

screenshot
screenshot

TinyIpsum-Erweiterungs-CRX-Datei herunterladen

Laden Sie TinyIpsum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name TinyIpsum TinyIpsum
ID oipamkhbdhmedokhjokgepakabbibkbi
Offizielle URL https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi
Beschreibung TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
Dateigröße 50.74 KB
Installationsanzahl 41
Aktuelle Version 1.0
Letztes Update 2021-04-30
Veröffentlichungsdatum 2021-04-30
Entwickler Kenan Bendz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}