Whimsical

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

Qu'est-ce que Whimsical ?

Whimsical est une extension Chrome développée par beo.j.23, et sa fonction principale est "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whimsical

Téléchargez les fichiers d'extension Whimsical au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
URL Officiel https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Description Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Taille du Fichier 15.52 KB
Nombre d'Installations 230
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-05-31
Date de Publication 2023-05-30
Développeur beo.j.23
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}