Go Playground Addons
Go Playground Addons
Co to jest Go Playground Addons?
Go Playground Addons to rozszerzenie Chrome opracowane przez syumai, a jego główną funkcją jest „Go Playground Addons”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go Playground Addons
Pobierz pliki rozszerzeń Go Playground Addons 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
Go Playground Addons adds features not provided by original app.
-- Features --
* Tabs for multiple files. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjhcofplemokahbgknjgabnkidaabnde |
| Oficjalny URL | https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde |
| Opis | Go Playground Addons |
| Rozmiar pliku | 63.6 KB |
| Liczba instalacji | 176 |
| Aktualna Wersja | 0.1.2 |
| Ostatnia Aktualizacja | 2020-08-31 |
| Data Publikacji | 2019-05-21 |
| Deweloper | syumai |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/syumai/go-playground-addons |
| Adres URL Strony Pomocy | https://syum.ai |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Go Playground Addons",
"version": "0.1.2",
"manifest_version": 2,
"description": "Go Playground Addons",
"icons": {
"16": "icons\/go-icon-16.png",
"48": "icons\/go-icon-48.png",
"128": "icons\/go-icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/play.golang.org\/*"
],
"js": [
"bundle.js"
],
"css": [
"addon.css"
]
}
]
} | |