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…
Co je VI-PR: Remove Comments?
VI-PR: Remove Comments je rozšíření Chrome vyvinuté keshav-kalpana, a jeho hlavní funkcí je „Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VI-PR: Remove Comments
Stáhněte si soubory rozšíření VI-PR: Remove Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
Oficiální URL | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Popis | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Velikost souboru | 104 KB |
Počet instalací | 86 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-09-21 |
Datum Vydání | 2022-09-21 |
Hodnocení | 4.93/5 Celkem 14 Hodnocení |
Vývojář | keshav-kalpana |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |