CerbyMask
A Radix Protocol Lightweight Wallet
CerbyMaskとは何ですか?
CerbyMaskはCerbyMaskによって開発されたChromeの拡張機能で、その主な機能は「A Radix Protocol Lightweight Wallet」です。
拡張機能のスクリーンショット
CerbyMask拡張機能のCRXファイルをダウンロード
CerbyMask拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 Features:
- Lightweight (~4mb)
- Chrome based extension
- Full seed phrase management
- Complete token asset management
- Multiple public addresses management
- Realtime USD for balance and stake 拡張機能の基本情報
| 名前 | |
| ID | jjmgklicacbmnjlefkjmggcomejjpclk |
| 公式URL | https://chrome.google.com/webstore/detail/cerbymask/jjmgklicacbmnjlefkjmggcomejjpclk |
| 説明 | A Radix Protocol Lightweight Wallet |
| ファイルサイズ | 2.78 MB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.2.5 |
| 最終更新日 | 2022-02-14 |
| 公開日 | 2021-10-12 |
| 評価 | 4.75/5 合計 8 レビュー |
| 開発者 | CerbyMask |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://cerbymask.io |
| ヘルプページのURL | https://docs.cerbymask.io |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "CerbyMask",
"name": "CerbyMask",
"description": "A Radix Protocol Lightweight Wallet",
"version": "1.2.5",
"manifest_version": 3,
"icons": {
"16": "android-chrome-192x192.png",
"48": "android-chrome-192x192.png",
"96": "android-chrome-192x192.png",
"128": "android-chrome-192x192.png"
},
"action": {
"default_popup": "index.html",
"default_title": "CerbyMask - A Radix Protocol Lightweight Wallet"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/mainnet.radixdlt.com\/*",
"https:\/\/stokenet.radixdlt.com\/*",
"https:\/\/api.bitfinex.com\/*"
],
"background": {
"service_worker": "radix.js"
}
} | |