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 - это расширение Chrome, разработанное pnwcoder, и его основная функция - "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Whitespace Remover

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}