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
Eメール [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"
            ]
        }
    ]
}