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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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