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
官方網址 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
電子郵箱 [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"
    ]
}