Go Playground Addons
Go Playground Addons
什麼是Go Playground Addons?
Go Playground Addons是由syumai開發的Chrome擴展程式,該擴展的主要功能是“Go Playground Addons”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | kjhcofplemokahbgknjgabnkidaabnde |
| 官方網址 | 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"
]
}
]
} | |