GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
Τι είναι το GEditor - GitHub Button Editor;
Το GEditor - GitHub Button Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kopi.dev, και η κύρια λειτουργία του είναι "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GEditor - GitHub Button Editor
Λήψη αρχείων επέκτασης GEditor - GitHub Button Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
I always find it inconvenient to read code on GitHub, and even with things like Octotree, I always find it too much trouble to cut around and too slow to clone down some of the libraries, so I came up with the idea of having an online VS Code tool to read GitHub code
Βασικές Πληροφορίες Επέκτασης
Όνομα | GEditor - GitHub Button Editor |
ID | cpfldfidpgollddlhpbgflolgjdlfnob |
Επίσημο URL | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
Περιγραφή | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
Μέγεθος Αρχείου | 152 KB |
Αριθμός Εγκαταστάσεων | 32 |
Τρέχουσα Έκδοση | 0.0.0.2 |
Τελευταία Ενημέρωση | 2021-03-25 |
Ημερομηνία Δημοσίευσης | 2021-03-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://kopi.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://kopi.dev |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GEditor - GitHub Button Editor", "description": "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.", "version": "0.0.0.2", "browser_action": { "default_title": "GEditor" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/github.com\/*" ], "run_at": "document_end" } ] } |