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. 擴展基本資訊
| 名稱 | |
| ID | fflpoajlgpdegaenoodiceolblkeapae |
| 官方網址 | 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"
}
} | |