WaykiMax

A WaykiChain Wallet in your Browser

WaykiMaxとは何ですか?

WaykiMaxはwiccdevによって開発されたChromeの拡張機能で、その主な機能は「A WaykiChain Wallet in your Browser」です。

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

screenshot

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

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

拡張機能の使用方法

                        WaykiMax is a wallet extension for signing, receiving and broadcasting WaykiChain transactions.The extension feature that allows users to manage their account info, add token, check balance, create/import/export mnemonics, transfer WICC, etc.

Developers can integrate WaykiMax into their website to create DAPPs, in turn enabling the use of Dapps from within the browser.

You can always "view the source" of WaykiMax the way you do any Chrome extension, or view the source code on Github:
https://github.com/WaykiChain/wicc-webwallet-extensions

Contact WaykiChain:
telegram:https://t.me/waykichaindeveng                    

拡張機能の基本情報

名前 WaykiMax WaykiMax
ID odaegfdpkolgbdaeibcebmibmibchbce
公式URL https://chrome.google.com/webstore/detail/waykimax/odaegfdpkolgbdaeibcebmibmibchbce
説明 A WaykiChain Wallet in your Browser
ファイルサイズ 1.64 MB
インストール数 4,487
現在のバージョン 2.2.2
最終更新日 2020-11-05
公開日 2020-01-19
評価 5.00/5 合計 3 レビュー
開発者 wiccdev
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.wiccdev.org/book/en/Privacy/PrivacyPolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WaykiMax",
    "version": "2.2.2",
    "description": "A WaykiChain Wallet in your Browser",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        },
        "default_title": "WaykiMax",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}