Whimsical

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

ما هو Whimsical؟

Whimsical هو إضافة Chrome تم تطويرها بواسطة beo.j.23، والميزة الرئيسية لها هي "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Whimsical

قم بتنزيل ملفات الامتداد Whimsical بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
عنوان URL الرسمي https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
الوصف Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
حجم الملف 15.52 KB
عدد التثبيتات 230
النسخة الحالية 1.0.0
آخر تحديث 2023-05-31
تاريخ النشر 2023-05-30
المطور beo.j.23
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}