FShares Wallet

FSC Identity Signature and Authorization System

FShares Wallet là gì?

FShares Wallet là một tiện ích mở rộng Chrome được phát triển bởi futureshares2019, và tính năng chính của nó là "FSC Identity Signature and Authorization System".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FShares Wallet

Tải xuống các tệp mở rộng FShares Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FShares Wallet FShares Wallet
ID dklmlehijiaepdijfnbbhncfpcoeeljf
URL Chính Thức https://chrome.google.com/webstore/detail/fshares-wallet/dklmlehijiaepdijfnbbhncfpcoeeljf
Mô tả FSC Identity Signature and Authorization System
Kích Thước Tệp 4.99 MB
Số Lần Cài Đặt 646
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2020-01-10
Ngày Phát Hành 2020-01-10
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển futureshares2019
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fsdex.io/
Ngôn Ngữ Được Hỗ Trợ 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"
}