Github VS Code One Dark Vivid with Fira Code
changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme
Τι είναι το Github VS Code One Dark Vivid with Fira Code;
Το Github VS Code One Dark Vivid with Fira Code είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ljosberinn, και η κύρια λειτουργία του είναι "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Github VS Code One Dark Vivid with Fira Code
Λήψη αρχείων επέκτασης Github VS Code One Dark Vivid with Fira Code σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
REQUIRES FIRA CODE TO BE INSTALLED LOCALLY! https://github.com/tonsky/FiraCode#download-v1205--how-to-install--troubleshooting--news--updates If you wish more colors to be added, please open a PR. Fonts need to be added to /src/code.less line 5, with a fallback for macOS/Windows (different naming for the same font) Colors based on https://marketplace.visualstudio.com/items?itemName=kkozee.theme-one-dark-vivid
Βασικές Πληροφορίες Επέκτασης
Όνομα | Github VS Code One Dark Vivid with Fira Code |
ID | ifhihbeapkbahaelfppkncgmmmeidapl |
Επίσημο URL | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
Περιγραφή | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Μέγεθος Αρχείου | 23.84 KB |
Αριθμός Εγκαταστάσεων | 517 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2020-03-16 |
Ημερομηνία Δημοσίευσης | 2020-03-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | ljosberinn |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ljosberinn/github-one-dark-vivid |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github VS Code One Dark Vivid with Fira Code", "description": "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix\/github-dark-theme", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "css": [ "app\/app.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |