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…
Что такое VI-PR: Remove Comments?
VI-PR: Remove Comments - это расширение Chrome, разработанное keshav-kalpana, и его основная функция - "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".
Снимки экрана расширения
Скачать файл CRX расширения VI-PR: Remove Comments
Скачайте файлы расширений VI-PR: Remove Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | VI-PR: Remove Comments |
ID | fflpoajlgpdegaenoodiceolblkeapae |
Официальный URL | https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae |
Описание | Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way… |
Размер файла | 104 KB |
Количество установок | 86 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2022-09-21 |
Дата публикации | 2022-09-21 |
Рейтинг | 4.93/5 Всего 14 оценок |
Разработчик | keshav-kalpana |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |