Whimsical

Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.

Was ist Whimsical?

Whimsical ist eine Chrome-Erweiterung, die von beo.j.23 entwickelt wurde, und ihr Hauptmerkmal ist "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Erweiterungsscreenshots

screenshot

Whimsical-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whimsical-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

                        Whimsical allows you to generate whimsical dummy text on the fly and paste it anywhere you'd like.

Select the number of paragraphs to generate (up to 15 paragraphs).

It's simple and easy to use. The text is automatically copied to the clipboard when you click the generate button.                    

Grundlegende Informationen zur Erweiterung

Name Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
Offizielle URL https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Beschreibung Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Dateigröße 15.52 KB
Installationsanzahl 230
Aktuelle Version 1.0.0
Letztes Update 2023-05-31
Veröffentlichungsdatum 2023-05-30
Entwickler beo.j.23
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whimsical",
    "version": "1.0.0",
    "description": "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-48.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}