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
电子邮箱 [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"
            ]
        }
    ]
}