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
公式URL 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
Eメール [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"
    ]
}