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…
Wat is VI-PR: Remove Comments?
VI-PR: Remove Comments is een Chrome-extensie ontwikkeld door keshav-kalpana, en de belangrijkste functie is "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Extensie Screenshots
Download het CRX-bestand van de extensie VI-PR: Remove Comments
Download VI-PR: Remove Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fflpoajlgpdegaenoodiceolblkeapae |
| Officiële URL | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
| Beschrijving | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 86 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2022-09-21 |
| Publicatiedatum | 2022-09-21 |
| Beoordeling | 4.93/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | keshav-kalpana |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |