Whimsical

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

Co je Whimsical?

Whimsical je rozšíření Chrome vyvinuté beo.j.23, a jeho hlavní funkcí je „Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Whimsical

Stáhněte si soubory rozšíření Whimsical ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
Oficiální URL https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Popis Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Velikost souboru 15.52 KB
Počet instalací 230
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-05-31
Datum Vydání 2023-05-30
Vývojář beo.j.23
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}