Whimsical

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

Cos'è Whimsical?

Whimsical è un'estensione di Chrome sviluppata da beo.j.23, e la sua funzione principale è "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Whimsical

Scarica i file di estensione Whimsical in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
URL Ufficiale https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Descrizione Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Dimensione del File 15.52 KB
Conteggio Installazioni 230
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2023-05-30
Sviluppatore beo.j.23
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}