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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}