CENNZnet extension

Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.

CENNZnet extensionとは何ですか?

CENNZnet extensionはcennznet.webstoreによって開発されたChromeの拡張機能で、その主な機能は「Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CENNZnet extension拡張機能のCRXファイルをダウンロード

CENNZnet extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The CENNZnet extension enables account management and best experience for dapp interactions on CENNZnet                    

拡張機能の基本情報

名前 CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
公式URL https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
説明 Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
ファイルサイズ 1.27 MB
インストール数 894
現在のバージョン 0.38.3
最終更新日 2021-11-24
公開日 2021-04-21
評価 5.00/5 合計 1 レビュー
開発者 cennznet.webstore
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/cennznet/extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "polkadot.{js}",
    "description": "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.",
    "homepage_url": "https:\/\/github.com\/cennznet\/extension",
    "name": "CENNZnet extension",
    "short_name": "CENNZnet",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "CENNZnet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "page.js"
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "version": "0.38.3"
}