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…

What is VI-PR: Remove Comments?

VI-PR: Remove Comments is a Chrome extension developed by keshav-kalpana, and its main feature is "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".

Extension Screenshots

screenshot
screenshot

Download VI-PR: Remove Comments Extension CRX File

Download VI-PR: Remove Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VI-PR: Remove Comments VI-PR: Remove Comments
ID fflpoajlgpdegaenoodiceolblkeapae
Official URL https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae
Description Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…
File Size 104 KB
Installation Count 86
Current Version 0.0.1
Last Updated 2022-09-21
Publish Date 2022-09-21
Rating 4.93/5 Total 14 Ratings
Developer keshav-kalpana
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}