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…

Hvad er VI-PR: Remove Comments?

VI-PR: Remove Comments er en Chrome-udvidelse udviklet af keshav-kalpana, og dens hovedfunktion er "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download VI-PR: Remove Comments-udvidelses-CRX-fil

Download VI-PR: Remove Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VI-PR: Remove Comments VI-PR: Remove Comments
ID fflpoajlgpdegaenoodiceolblkeapae
Officiel URL https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae
Beskrivelse Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…
Filstørrelse 104 KB
Antal Installationer 86
Nuværende Version 0.0.1
Senest Opdateret 2022-09-21
Udgivelsesdato 2022-09-21
Bedømmelse 4.93/5 Samlet 14 Bedømmelser
Udvikler keshav-kalpana
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}