VI-PR: Remove Comments
Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…
Apa itu VI-PR: Remove Comments?
VI-PR: Remove Comments adalah ekstensi Chrome yang dikembangkan oleh keshav-kalpana, dan fitur utamanya adalah "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VI-PR: Remove Comments
Unduh file ekstensi VI-PR: Remove Comments 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
Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way you write your code. Copy your code, paste it into VI-PR, and voila, you're done. You can copy it into your clipboard, or see the output right in the extension itself! Let's wipe some comments away.
Informasi Dasar Ekstensi
Nama | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
URL Resmi | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Deskripsi | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Ukuran File | 104 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-09-21 |
Tanggal Publikasi | 2022-09-21 |
Penilaian | 4.93/5 Total 14 Penilaian |
Pengembang | keshav-kalpana |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VI-PR: Remove Comments", "version": "0.0.1", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "128": "128.png" } } |