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