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 to jest VI-PR: Remove Comments?
VI-PR: Remove Comments to rozszerzenie Chrome opracowane przez keshav-kalpana, a jego główną funkcją jest „Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VI-PR: Remove Comments
Pobierz pliki rozszerzeń VI-PR: Remove Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
Oficjalny URL | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Opis | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Rozmiar pliku | 104 KB |
Liczba instalacji | 86 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2022-09-21 |
Data Publikacji | 2022-09-21 |
Ocena | 4.93/5 Łącznie 14 Oceny |
Deweloper | keshav-kalpana |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |