Fennec
A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.
Fennecとは何ですか?
Fennecはhttps://pando.imによって開発されたChromeの拡張機能で、その主な機能は「A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app.」です。
拡張機能のスクリーンショット
Fennec拡張機能のCRXファイルをダウンロード
Fennec拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | eincngenkhohbbfpkohipekcmnkfamjp |
| 公式URL | https://chromewebstore.google.com/detail/fennec/eincngenkhohbbfpkohipekcmnkfamjp |
| 説明 | A wallet on Mixin Network in your browser. Manage your Mixin Messenger accounts without downloading the app. |
| ファイルサイズ | 2.91 MB |
| インストール数 | 801 |
| 現在のバージョン | 0.5.10 |
| 最終更新日 | 2023-11-27 |
| 公開日 | 2021-04-15 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | https://pando.im |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pando.im/fennec/ |
| ヘルプページのURL | https://github.com/fox-one/fennec/discussions |
| プライバシーポリシーページのURL | https://fox-one.github.io/fennec/policy |
| 対応言語 | 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"
} | |