INFINITE Browser Wallet
INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.
什么是INFINITE Browser Wallet?
INFINITE Browser Wallet是由https://infiniteworld.com开发的Chrome扩展程序,该扩展的主要功能是“INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.”。
扩展截图
下载INFINITE Browser Wallet扩展crx文件
下载INFINITE Browser Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. Fully integrated into the INFINITE marketplace on https://infiniteworld.com 扩展基本信息
| 名称 | |
| ID | jijmcpjphgekceoblbgeffccmganjaig |
| 官方URL | https://chromewebstore.google.com/detail/infinite-browser-wallet/jijmcpjphgekceoblbgeffccmganjaig |
| 简介 | INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph. |
| 文件大小 | 5.53 MB |
| 安装次数 | 205 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2021-10-03 |
| 上架时间 | 2021-10-03 |
| 开发者 | https://infiniteworld.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://goinfinite.io |
| 帮助页面URL | https://goinfinite.io/help |
| 隐私政策页面URL | https://suku.world/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "http:\/\/localhost:8080\/",
"description": "INFINITE Browser Wallet - A Google Chrome extensions that allows you to manage fungible and non-fungible tokens on Hedera Hashgraph.",
"default_locale": "en",
"permissions": [
"storage",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/inject.js"
],
"content_security_policy": "script-src 'self' ; object-src 'self'",
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"version": "0.1.0"
} | |