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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 |
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" } } |