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…
¿Qué es VI-PR: Remove Comments?
VI-PR: Remove Comments es una extensión de Chrome desarrollada por keshav-kalpana, y su función principal es "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión VI-PR: Remove Comments
Descarga archivos de extensión VI-PR: Remove Comments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
URL Oficial | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Descripción | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Tamaño del Archivo | 104 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 0.0.1 |
Última Actualización | 2022-09-21 |
Fecha de Publicación | 2022-09-21 |
Calificación | 4.93/5 Total de 14 Calificaciones |
Desarrollador | keshav-kalpana |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |