TinyIpsum
TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
Wat is TinyIpsum?
TinyIpsum is een Chrome-extensie ontwikkeld door Kenan Bendz, en de belangrijkste functie is "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text".
Extensie Screenshots
Download het CRX-bestand van de extensie TinyIpsum
Download TinyIpsum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | TinyIpsum |
ID | oipamkhbdhmedokhjokgepakabbibkbi |
Officiële URL | https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi |
Beschrijving | TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text |
Bestandsgrootte | 50.74 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-30 |
Publicatiedatum | 2021-04-30 |
Ontwikkelaar | Kenan Bendz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |