Whimsical

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

什么是Whimsical?

Whimsical是由beo.j.23开发的Chrome扩展程序,该扩展的主要功能是“Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.”。

扩展截图

screenshot

下载Whimsical扩展crx文件

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