WaykiMax

A WaykiChain Wallet in your Browser

WaykiMaxคืออะไร?

WaykiMax เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wiccdev และคุณลักษณะหลักของมันคือ "A WaykiChain Wallet in your Browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaykiMax

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}