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是由keshav-kalpana开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" } } |