CoFoCo - Code Format and Copy
Code-Format-Copy - automatically format code snippets from across the web. Spend more time coding, and less time formatting.
Τι είναι το CoFoCo - Code Format and Copy;
Το CoFoCo - Code Format and Copy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tianhe.yang, και η κύρια λειτουργία του είναι "Code-Format-Copy - automatically format code snippets from across the web. Spend more time coding, and less time formatting.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CoFoCo - Code Format and Copy
Λήψη αρχείων επέκτασης CoFoCo - Code Format and Copy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Copying code snippets, Stack Overflow suggestions, and minified files - it's something we as developers do countless times every day. CoFoCo helps you copy-pasta with grace 🍝 , using your Prettier config to format JS, JSX, and TSX code to your liking before it hits your clipboard. Support for more languages to come; let me know in the comments below what y'all would like to see! CoFoCo doesn't track you or send your data anywhere. All configs are stored locally within your browser instance.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CoFoCo - Code Format and Copy |
ID | lmfhiimgedfddgbghclbdmbpghojikop |
Επίσημο URL | https://chromewebstore.google.com/detail/cofoco-code-format-and-co/lmfhiimgedfddgbghclbdmbpghojikop |
Περιγραφή | Code-Format-Copy - automatically format code snippets from across the web. Spend more time coding, and less time formatting. |
Μέγεθος Αρχείου | 278 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2022-08-09 |
Ημερομηνία Δημοσίευσης | 2022-08-09 |
Προγραμματιστής | tianhe.yang |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoFoCo - Code Format and Copy", "description": "Code-Format-Copy - automatically format code snippets from across the web. Spend more time coding, and less time formatting.", "version": "0.1.0", "manifest_version": 3, "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "matches": [ " |