GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
Cos'è GEditor - GitHub Button Editor?
GEditor - GitHub Button Editor è un'estensione di Chrome sviluppata da https://kopi.dev, e la sua funzione principale è "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GEditor - GitHub Button Editor
Scarica i file di estensione GEditor - GitHub Button Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cpfldfidpgollddlhpbgflolgjdlfnob |
| URL Ufficiale | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
| Descrizione | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
| Dimensione del File | 152 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2021-03-25 |
| Data di Pubblicazione | 2021-03-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://kopi.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://kopi.dev |
| Lingue Supportate | 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"
}
]
} | |