Go Playground Addons

Go Playground Addons

Wat is Go Playground Addons?

Go Playground Addons is een Chrome-extensie ontwikkeld door syumai, en de belangrijkste functie is "Go Playground Addons".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Go Playground Addons

Download Go Playground Addons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Go Playground Addons adds features not provided by original app.

-- Features --

* Tabs for multiple files.                    

Basisinformatie over de Extensie

Naam Go Playground Addons Go Playground Addons
ID kjhcofplemokahbgknjgabnkidaabnde
Officiële URL https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde
Beschrijving Go Playground Addons
Bestandsgrootte 63.6 KB
Aantal Installaties 176
Huidige Versie 0.1.2
Laatst Bijgewerkt 2020-08-31
Publicatiedatum 2019-05-21
Ontwikkelaar syumai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/syumai/go-playground-addons
Help Pagina-URL https://syum.ai
Ondersteunde Talen 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"
            ]
        }
    ]
}