AIN Wallet

A chrome extension for AI Network

什麼是AIN Wallet?

AIN Wallet是由Common Computer開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension for AI Network”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AIN Wallet擴展crx文件

下載AIN Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AIN Wallet is a browser extension for the AI Network.

**Manage your assets on AI Network**
AIN Wallet helps users create and manage AI Network accounts,
and displays the assets owned by those accounts.
The assets include not only AIN, the native token of the AI Network,
but also AINFT that will be supported in the near future.

**Connect to AI Network Blockchain**
AIN Wallet also injects web3 API for the AI Network into the webpage,
allowing developers and users to communicate with the AI Network.
Users can prove their identity for DApps by signing a specific message,
and they can easily verify the transaction before rejecting or approving it
when DApps attempt to send transactions to the blockchain.                    

擴展基本資訊

名稱 AIN Wallet AIN Wallet
ID hbdheoebpgogdkagfojahleegjfkhkpl
官方網址 https://chromewebstore.google.com/detail/ain-wallet/hbdheoebpgogdkagfojahleegjfkhkpl
簡介 A chrome extension for AI Network
檔案大小 1.89 MB
安裝次數 215
目前版本 2.1.0
更新時間 2024-02-20
上架時間 2020-04-02
評分 4.60/5 共 5 次評分
開發者 Common Computer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ainetwork.ai/
隱私政策頁面URL https://www.ainetwork.ai/public/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for AI Network",
    "version": "2.1.0",
    "manifest_version": 3,
    "name": "AIN Wallet",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "inject.bundle.js",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ]
}