TinyIpsum
TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
Hvad er TinyIpsum?
TinyIpsum er en Chrome-udvidelse udviklet af Kenan Bendz, og dens hovedfunktion er "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text".
Udvidelsesskærmbilleder
Download TinyIpsum-udvidelses-CRX-fil
Download TinyIpsum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | TinyIpsum |
ID | oipamkhbdhmedokhjokgepakabbibkbi |
Officiel URL | https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi |
Beskrivelse | TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text |
Filstørrelse | 50.74 KB |
Antal Installationer | 41 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-04-30 |
Udgivelsesdato | 2021-04-30 |
Udvikler | Kenan Bendz |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |