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…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}