Go Playground Addons
Go Playground Addons
Hvad er Go Playground Addons?
Go Playground Addons er en Chrome-udvidelse udviklet af syumai, og dens hovedfunktion er "Go Playground Addons".
Udvidelsesskærmbilleder
Download Go Playground Addons-udvidelses-CRX-fil
Download Go Playground Addons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Go Playground Addons adds features not provided by original app. -- Features -- * Tabs for multiple files.
Grundlæggende oplysninger om udvidelsen
Navn | Go Playground Addons |
ID | kjhcofplemokahbgknjgabnkidaabnde |
Officiel URL | https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde |
Beskrivelse | Go Playground Addons |
Filstørrelse | 63.6 KB |
Antal Installationer | 176 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2020-08-31 |
Udgivelsesdato | 2019-05-21 |
Udvikler | syumai |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/syumai/go-playground-addons |
Hjælpeside-URL | https://syum.ai |
Understøttede Sprog | 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" ] } ] } |