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…

Qu'est-ce que VI-PR: Remove Comments ?

VI-PR: Remove Comments est une extension Chrome développée par keshav-kalpana, et sa fonction principale est "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VI-PR: Remove Comments

Téléchargez les fichiers d'extension VI-PR: Remove Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VI-PR: Remove Comments VI-PR: Remove Comments
ID fflpoajlgpdegaenoodiceolblkeapae
URL Officiel 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…
Taille du Fichier 104 KB
Nombre d'Installations 86
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-09-21
Date de Publication 2022-09-21
Évaluation 4.93/5 Total 14 Évaluations
Développeur keshav-kalpana
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}