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