Fennec
A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.
Qu'est-ce que Fennec ?
Fennec est une extension Chrome développée par https://pando.im, et sa fonction principale est "A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fennec
Téléchargez les fichiers d'extension Fennec au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fennec is an opensource crypto wallet on Mixin Network in your browser. You can easily receive, send or swap cryptocurrencies after creating a keystore address. The swapping function is supported by 4swap. It now supports 45 token pairs crosschains and there is no gas fee charged! You can visit https://app.4swap.org, tap "Connect wallet" button to use Fennec in 4swap. Learn more about Fennec at https://github.com/fox-one/fennec/blob/main/README.md and https://pando.im/fennec
Informations de Base sur l'Extension
Nom | Fennec |
ID | eincngenkhohbbfpkohipekcmnkfamjp |
URL Officiel | https://chromewebstore.google.com/detail/fennec/eincngenkhohbbfpkohipekcmnkfamjp |
Description | A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app. |
Taille du Fichier | 2.91 MB |
Nombre d'Installations | 801 |
Version Actuelle | 0.5.10 |
Dernière Mise à Jour | 2023-11-27 |
Date de Publication | 2021-04-15 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://pando.im |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pando.im/fennec/ |
URL de la Page d'Aide | https://github.com/fox-one/fennec/discussions |
URL de la Page de Politique de Confidentialité | https://fox-one.github.io/fennec/policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "foxone", "description": "A wallet on Mixin Network in your browser. \n Manage your Mixin Messenger accounts without downloading the app.", "homepage_url": "https:\/\/pando.im\/fennec", "name": "Fennec", "short_name": "Fennec", "default_locale": "en", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Fennec: Mixin Browser Wallet", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "page.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'", "version": "0.5.10", "version_name": "0.5.10" } |