Whitespace Remover
Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Apa itu Whitespace Remover?
Whitespace Remover adalah ekstensi Chrome yang dikembangkan oleh pnwcoder, dan fitur utamanya adalah "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Whitespace Remover
Unduh file ekstensi Whitespace Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
Informasi Dasar Ekstensi
Nama | Whitespace Remover |
ID | olfkbekaejmpdecdidepmhgjgcgnimad |
URL Resmi | https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad |
Deskripsi | Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts. |
Ukuran File | 5.99 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-06-11 |
Tanggal Publikasi | 2023-06-11 |
Pengembang | pnwcoder |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |