Whitespace Remover

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

Co to jest Whitespace Remover?

Whitespace Remover to rozszerzenie Chrome opracowane przez pnwcoder, a jego główną funkcją jest „Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Whitespace Remover

Pobierz pliki rozszerzeń Whitespace Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Oficjalny URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Opis Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Rozmiar pliku 5.99 KB
Liczba instalacji 36
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-06-11
Data Publikacji 2023-06-11
Deweloper pnwcoder
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}