Go Playground Addons

Go Playground Addons

Cos'è Go Playground Addons?

Go Playground Addons è un'estensione di Chrome sviluppata da syumai, e la sua funzione principale è "Go Playground Addons".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go Playground Addons

Scarica i file di estensione Go Playground Addons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Go Playground Addons adds features not provided by original app.

-- Features --

* Tabs for multiple files.                    

Informazioni di Base sull'Estensione

Nome Go Playground Addons Go Playground Addons
ID kjhcofplemokahbgknjgabnkidaabnde
URL Ufficiale https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde
Descrizione Go Playground Addons
Dimensione del File 63.6 KB
Conteggio Installazioni 176
Versione Corrente 0.1.2
Ultimo Aggiornamento 2020-08-31
Data di Pubblicazione 2019-05-21
Sviluppatore syumai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/syumai/go-playground-addons
URL della Pagina di Aiuto https://syum.ai
Lingue Supportate 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"
            ]
        }
    ]
}