Goby
Chia Wallet
什么是Goby?
Goby是由https://goby.app开发的Chrome扩展程序,该扩展的主要功能是“Chia Wallet”。
扩展截图
下载Goby扩展crx文件
下载Goby扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Goby is an open-source browser plugin wallet for the Chia Network. 1. Support XCH & CAT transactions. 2. Allow Dapps to interact with the Chia Network. 3. Users can manage their assets smoothly.
扩展基本信息
名称 | Goby |
ID | jnkelfanjkeadonecabehalmbgpfodjm |
官方URL | https://chromewebstore.google.com/detail/goby/jnkelfanjkeadonecabehalmbgpfodjm |
简介 | Chia Wallet |
文件大小 | 2.29 MB |
安装次数 | 10,000 |
当前版本 | 0.5.3 |
更新时间 | 2024-02-28 |
上架时间 | 2021-12-13 |
评分 | 4.43/5 共21次评分 |
开发者 | https://goby.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://goby.app |
帮助页面URL | https://docs.goby.app/FAQ |
隐私政策页面URL | https://goby.app/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "0.5.3", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "goby", "default_popup": "popup.html" }, "author": "https:\/\/goby.app\/", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "webextension-polyfill.js", "content-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "vendor\/trezor\/trezor-content-script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "storage", "activeTab", "notifications" ], "web_accessible_resources": [ "user-media-permission.html" ] } |