partisia-wallet

Partisia Blockchain Wallet

partisia-wallet là gì?

partisia-wallet là một tiện ích mở rộng Chrome được phát triển bởi partisia.applications, và tính năng chính của nó là "Partisia Blockchain Wallet".

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

screenshot

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

Tải xuống các tệp mở rộng partisia-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

                        An Partisia Wallet Extension for your browser
This is an extension for accessing the Partisia Blockchain and Dapps that run on Partisia. The Partisia Blockchain is a new blockchain that has been built for  trust, transparency, privacy, and speed.  More information about Partisia can be found on the official website: https://www.partisiablockchain.com

This extension injects the Partisia web3 API into every website, so that dapps can read from the blockchain.

This wallet will also let the user create and manage their own identities via private keys and mnemonic phrases, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

Because it adds functionality to the normal browser context, This extension requires the permission to read and write to any webpage. You can always see the source code of this extension on Gitlab: https://gitlab.com/partisiaapplications/partisia-wallet-extension                    

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

Tên partisia-wallet partisia-wallet
ID gjkdbeaiifkpoencioahhcilildpjhgh
URL Chính Thức https://chromewebstore.google.com/detail/partisia-wallet/gjkdbeaiifkpoencioahhcilildpjhgh
Mô tả Partisia Blockchain Wallet
Kích Thước Tệp 4.09 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.0.11
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2021-06-08
Đánh Giá 4.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển partisia.applications
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.partisiablockchain.com/
URL Trang Chính Sách Bảo Mật https://partisiaauth.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "partisia-wallet",
    "description": "Partisia Blockchain Wallet",
    "version": "3.0.11",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "www\/index.html#\/options",
    "browser_action": {
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "www\/bex-dom.js",
        "www\/js\/bex-dom.js",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}