Go Playground Addons
Go Playground Addons
What is Go Playground Addons?
Go Playground Addons is a Chrome extension developed by syumai, and its main feature is "Go Playground Addons".
Extension Screenshots
Download Go Playground Addons Extension CRX File
Download Go Playground Addons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Go Playground Addons adds features not provided by original app. -- Features -- * Tabs for multiple files.
Extension Basic Information
Name | Go Playground Addons |
ID | kjhcofplemokahbgknjgabnkidaabnde |
Official URL | https://chromewebstore.google.com/detail/go-playground-addons/kjhcofplemokahbgknjgabnkidaabnde |
Description | Go Playground Addons |
File Size | 63.6 KB |
Installation Count | 176 |
Current Version | 0.1.2 |
Last Updated | 2020-08-31 |
Publish Date | 2019-05-21 |
Developer | syumai |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/syumai/go-playground-addons |
Help Page URL | https://syum.ai |
Supported Languages | 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" ] } ] } |