Go Playground Addons
Go Playground Addons
Was ist Go Playground Addons?
Go Playground Addons ist eine Chrome-Erweiterung, die von syumai entwickelt wurde, und ihr Hauptmerkmal ist "Go Playground Addons".
Erweiterungsscreenshots
Go Playground Addons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go Playground Addons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Go Playground Addons adds features not provided by original app. -- Features -- * Tabs for multiple files.
Grundlegende Informationen zur Erweiterung
Name | Go Playground Addons |
ID | kjhcofplemokahbgknjgabnkidaabnde |
Offizielle URL | https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde |
Beschreibung | Go Playground Addons |
Dateigröße | 63.6 KB |
Installationsanzahl | 176 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2020-08-31 |
Veröffentlichungsdatum | 2019-05-21 |
Entwickler | syumai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/syumai/go-playground-addons |
Hilfeseite URL | https://syum.ai |
Unterstützte Sprachen | 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" ] } ] } |