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 -…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |