Vite Passport

Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -…

什么是Vite Passport?

Vite Passport是由Vite Labs开发的Chrome扩展程序,该扩展的主要功能是“Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -…”。

扩展截图

screenshot
screenshot
screenshot

下载Vite Passport扩展crx文件

下载Vite Passport扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Vite Passport is the official wallet extension from Vite Labs. With this extension you can:
- Create/Import a Vite wallet
- Send/Receive funds
- Connect to third party applications via the injected `vitePassport` API
- View account transaction history
- Switch/Add networks
- Derive/Switch accounts from the same mnemonics                    

扩展基本信息

名称 Vite Passport Vite Passport
ID eckbjklobbepbbcklkjjgkkkpdakglmf
官方URL https://chromewebstore.google.com/detail/vite-passport/eckbjklobbepbbcklkjjgkkkpdakglmf
简介 Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -…
文件大小 4.3 MB
安装次数 434
当前版本 1.0.5
更新时间 2022-09-25
上架时间 2022-08-30
开发者 Vite Labs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/vitelabs/vite-passport
帮助页面URL https://vite.org/
隐私政策页面URL https://vite.org/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vite Passport",
    "version": "1.0.5",
    "icons": {
        "1024": "src\/assets\/logo-blue-1024.png"
    },
    "action": {
        "default_title": "Vite Passport",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/confirmation.html",
                "src\/injectedScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}