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…
Was ist VI-PR: Remove Comments?
VI-PR: Remove Comments ist eine Chrome-Erweiterung, die von keshav-kalpana entwickelt wurde, und ihr Hauptmerkmal ist "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Erweiterungsscreenshots
VI-PR: Remove Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie VI-PR: Remove Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
Offizielle URL | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Beschreibung | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Dateigröße | 104 KB |
Installationsanzahl | 86 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-09-21 |
Veröffentlichungsdatum | 2022-09-21 |
Bewertung | 4.93/5 Insgesamt 14 Bewertungen |
Entwickler | keshav-kalpana |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |