FShares Wallet
FSC Identity Signature and Authorization System
FShares Walletとは何ですか?
FShares Walletはfutureshares2019によって開発されたChromeの拡張機能で、その主な機能は「FSC Identity Signature and Authorization System」です。
拡張機能のスクリーンショット
FShares Wallet拡張機能のCRXファイルをダウンロード
FShares Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FShares Wallet is a trusted encrypted cryptocurrency wallet. FShares Wallet fully supports the storage of BTC, ETH and other mainstream cryptocurrency. It has three encryption methods: private key, mnemonic and Keystore. Through layer-by-layer encryption, FShares Wallet is committed to ensuring the security of users' assets. FShares Wallet supports a variety of settings. Users are free to set currency units, wallet lock-in time and wallet language. More importantly, with FShares Wallet, users can check account assets and transfer or make collections any time and any place. Features Automatically generating wallet account by client plug-ins Support various key types: private key, mnemonic, Keystore Easily send tokens and make transfers Support multi-cryptocurrency cross-chain: BTC, ETH, USDT, etc. Learn more: https://fsdex.io
拡張機能の基本情報
名前 | |
ID | dklmlehijiaepdijfnbbhncfpcoeeljf |
公式URL | https://chrome.google.com/webstore/detail/fshares-wallet/dklmlehijiaepdijfnbbhncfpcoeeljf |
説明 | FSC Identity Signature and Authorization System |
ファイルサイズ | 4.99 MB |
インストール数 | 646 |
現在のバージョン | 1.1.9 |
最終更新日 | 2020-01-10 |
公開日 | 2020-01-10 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | futureshares2019 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fsdex.io/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'unsafe-eval'", "name": "FShares Wallet", "description": "FSC Identity Signature and Authorization System", "version": "1.1.9", "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "FShares Wallet", "default_popup": "index.html" }, "permissions": [ "background", "contextMenus", "idle", "storage", "unlimitedStorage", "tabs", "activeTab", "alarms", "https:\/\/*.fshares.com\/*", "*:\/\/*.valicn.com\/*", "*:\/\/*.fshares.io\/*", "*:\/\/fsharesdexweb.fshares.now.sh\/*", "*:\/\/*.fsdex.io\/*", "*:\/\/localhost\/*" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/fsharesdexweb.fshares.now.sh\/*", "*:\/\/*.valicn.com\/*", "*:\/\/*.fshares.io\/*", "*:\/\/*.fsdex.io\/*", "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/fsharesdexweb.fshares.now.sh\/*", "*:\/\/*.valicn.com\/*", "*:\/\/*.fshares.io\/*", "*:\/\/*.fsdex.io\/*", "*:\/\/localhost\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject.js", "img\/icon-16.png" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "devtools_page": "devtools.html" } |