Whimsical

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

Vad är Whimsical?

Whimsical är en Chrome-tillägg utvecklad av beo.j.23, och dess huvudfunktion är "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Tilläggsskärmbilder

screenshot

Ladda ner Whimsical-förlängningens CRX-fil

Ladda ner Whimsical-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
Officiell webbadress https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Beskrivning Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Filstorlek 15.52 KB
Antal Installationer 230
Aktuell Version 1.0.0
Senast Uppdaterad 2023-05-31
Publiceringsdatum 2023-05-30
Utvecklare beo.j.23
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}