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…
Cos'è VI-PR: Remove Comments?
VI-PR: Remove Comments è un'estensione di Chrome sviluppata da keshav-kalpana, e la sua funzione principale è "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VI-PR: Remove Comments
Scarica i file di estensione VI-PR: Remove Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
URL Ufficiale | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Descrizione | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Dimensione del File | 104 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-09-21 |
Data di Pubblicazione | 2022-09-21 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | keshav-kalpana |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |