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
擴展基本資訊
名稱 | INFINITE Browser Wallet |
ID | jijmcpjphgekceoblbgeffccmganjaig |
官方網址 | 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" } |