Whitespace Remover

Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.

Whitespace Removerとは何ですか?

Whitespace Removerはpnwcoderによって開発されたChromeの拡張機能で、その主な機能は「Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Whitespace Remover拡張機能のCRXファイルをダウンロード

Whitespace Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.                    

拡張機能の基本情報

名前 Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
公式URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
説明 Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
ファイルサイズ 5.99 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2023-06-11
公開日 2023-06-11
開発者 pnwcoder
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whitespace Remover",
    "version": "1.0",
    "description": "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite"
    ]
}