Go Playground Addons

Go Playground Addons

Go Playground Addons là gì?

Go Playground Addons là một tiện ích mở rộng Chrome được phát triển bởi syumai, và tính năng chính của nó là "Go Playground Addons".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Go Playground Addons

Tải xuống các tệp mở rộng Go Playground Addons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Go Playground Addons adds features not provided by original app.

-- Features --

* Tabs for multiple files.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Go Playground Addons Go Playground Addons
ID kjhcofplemokahbgknjgabnkidaabnde
URL Chính Thức https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde
Mô tả Go Playground Addons
Kích Thước Tệp 63.6 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2020-08-31
Ngày Phát Hành 2019-05-21
Nhà Phát Triển syumai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/syumai/go-playground-addons
URL Trang Trợ Giúp https://syum.ai
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}