partisia-wallet

Partisia Blockchain Wallet

partisia-walletคืออะไร?

partisia-wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย partisia.applications และคุณลักษณะหลักของมันคือ "Partisia Blockchain Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย partisia-wallet

ดาวน์โหลดไฟล์ส่วนขยาย partisia-wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ partisia-wallet partisia-wallet
ID gjkdbeaiifkpoencioahhcilildpjhgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/partisia-wallet/gjkdbeaiifkpoencioahhcilildpjhgh
คำอธิบาย Partisia Blockchain Wallet
ขนาดไฟล์ 4.09 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.11
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2021-06-08
คะแนน 4.91/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา partisia.applications
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.partisiablockchain.com/
URL หน้านโยบายความเป็นส่วนตัว https://partisiaauth.com/privacy_policy
ภาษาที่รองรับ 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';"
}