Whimsical

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

Apa itu Whimsical?

Whimsical adalah ekstensi Chrome yang dikembangkan oleh beo.j.23, dan fitur utamanya adalah "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whimsical

Unduh file ekstensi Whimsical dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
URL Resmi https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Deskripsi Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Ukuran File 15.52 KB
Jumlah Instalasi 230
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-31
Tanggal Publikasi 2023-05-30
Pengembang beo.j.23
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}