GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
Wat is GEditor - GitHub Button Editor?
GEditor - GitHub Button Editor is een Chrome-extensie ontwikkeld door https://kopi.dev, en de belangrijkste functie is "GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.".
Extensie Screenshots
Download het CRX-bestand van de extensie GEditor - GitHub Button Editor
Download GEditor - GitHub Button Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cpfldfidpgollddlhpbgflolgjdlfnob |
| Officiële URL | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
| Beschrijving | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
| Bestandsgrootte | 152 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2021-03-25 |
| Publicatiedatum | 2021-03-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://kopi.dev |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://kopi.dev |
| Ondersteunde Talen | 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"
}
]
} | |