Whimsical

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

Whimsical là gì?

Whimsical là một tiện ích mở rộng Chrome được phát triển bởi beo.j.23, và tính năng chính của nó là "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whimsical

Tải xuống các tệp mở rộng Whimsical dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
URL Chính Thức https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Mô tả Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Kích Thước Tệp 15.52 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2023-05-30
Nhà Phát Triển beo.j.23
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}