Whimsical

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

Whimsical क्या है?

Whimsical beo.j.23 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Whimsical एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}