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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان 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"
}
} | |