GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
Was ist GEditor - GitHub Button Editor?
GEditor - GitHub Button Editor ist eine Chrome-Erweiterung, die von https://kopi.dev entwickelt wurde, und ihr Hauptmerkmal ist "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.".
Erweiterungsscreenshots
GEditor - GitHub Button Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie GEditor - GitHub Button Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | GEditor - GitHub Button Editor |
ID | cpfldfidpgollddlhpbgflolgjdlfnob |
Offizielle URL | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
Beschreibung | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
Dateigröße | 152 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2021-03-25 |
Veröffentlichungsdatum | 2021-03-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://kopi.dev |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://kopi.dev |
Unterstützte Sprachen | 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" } ] } |