GEditor - GitHub Button Editor
GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.
Co to jest GEditor - GitHub Button Editor?
GEditor - GitHub Button Editor to rozszerzenie Chrome opracowane przez https://kopi.dev, a jego główną funkcją jest „GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GEditor - GitHub Button Editor
Pobierz pliki rozszerzeń GEditor - GitHub Button Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GEditor - GitHub Button Editor |
ID | cpfldfidpgollddlhpbgflolgjdlfnob |
Oficjalny URL | https://chromewebstore.google.com/detail/geditor-github-button-edi/cpfldfidpgollddlhpbgflolgjdlfnob |
Opis | GitHub Button Editor makes it easy for you to open code repositories to the Github1s, CodeSandbox, Gitpod, and VSCode platforms. |
Rozmiar pliku | 152 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2021-03-25 |
Data Publikacji | 2021-03-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://kopi.dev |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://kopi.dev |
Obsługiwane Języki | 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" } ] } |