Go Playground Addons

Go Playground Addons

Go Playground Addonsとは何ですか?

Go Playground Addonsはsyumaiによって開発されたChromeの拡張機能で、その主な機能は「Go Playground Addons」です。

拡張機能のスクリーンショット

screenshot

Go Playground Addons拡張機能のCRXファイルをダウンロード

Go Playground Addons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Go Playground Addons adds features not provided by original app.

-- Features --

* Tabs for multiple files.                    

拡張機能の基本情報

名前 Go Playground Addons Go Playground Addons
ID kjhcofplemokahbgknjgabnkidaabnde
公式URL https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde
説明 Go Playground Addons
ファイルサイズ 63.6 KB
インストール数 176
現在のバージョン 0.1.2
最終更新日 2020-08-31
公開日 2019-05-21
開発者 syumai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/syumai/go-playground-addons
ヘルプページのURL https://syum.ai
対応言語 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"
            ]
        }
    ]
}