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…
Vad är VI-PR: Remove Comments?
VI-PR: Remove Comments är en Chrome-tillägg utvecklad av keshav-kalpana, och dess huvudfunktion är "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Tilläggsskärmbilder
Ladda ner VI-PR: Remove Comments-förlängningens CRX-fil
Ladda ner VI-PR: Remove Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fflpoajlgpdegaenoodiceolblkeapae |
| Officiell webbadress | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
| Beskrivning | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
| Filstorlek | 104 KB |
| Antal Installationer | 86 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2022-09-21 |
| Publiceringsdatum | 2022-09-21 |
| Betyg | 4.93/5 Totalt 14 Betyg |
| Utvecklare | keshav-kalpana |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |