Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Co to jest Codebox Button for GitHub?
Codebox Button for GitHub to rozszerzenie Chrome opracowane przez https://www.codebox.io, a jego główną funkcją jest „This extension adds a button to GitHub that lets you edit your projects directly in Codebox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Codebox Button for GitHub
Pobierz pliki rozszerzeń Codebox Button for GitHub 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
This extension lets you open GitHub projects in the most powerful cloud IDE.
Podstawowe informacje o rozszerzeniu
Nazwa | Codebox Button for GitHub |
ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
Oficjalny URL | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
Opis | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
Rozmiar pliku | 11.74 KB |
Liczba instalacji | 89 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2014-03-25 |
Data Publikacji | 2014-03-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.codebox.io |
Typ Płatności | free |
Strona Rozszerzenia | https://www.codebox.io |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codebox Button for GitHub", "description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "github.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "icons": { "128": "icons\/128.png" }, "manifest_version": 2, "version": "1" } |