Vite Passport
Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -…
Wat is Vite Passport?
Vite Passport is een Chrome-extensie ontwikkeld door Vite Labs, en de belangrijkste functie is "Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -…".
Extensie Screenshots
Download het CRX-bestand van de extensie Vite Passport
Download Vite Passport-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Vite Passport |
ID | eckbjklobbepbbcklkjjgkkkpdakglmf |
Officiële URL | https://chromewebstore.google.com/detail/vite-passport/eckbjklobbepbbcklkjjgkkkpdakglmf |
Beschrijving | Vite Passport is the official wallet extension from Vite Labs. With this extension you can: - Create/Import a Vite wallet -… |
Bestandsgrootte | 4.3 MB |
Aantal Installaties | 434 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-09-25 |
Publicatiedatum | 2022-08-30 |
Ontwikkelaar | Vite Labs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/vitelabs/vite-passport |
Help Pagina-URL | https://vite.org/ |
URL van de Privacybeleid Pagina | https://vite.org/privacy.html |
Ondersteunde Talen | 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": [ " |