CWallet
CWallet is a browser extension multi cryptocurrency wallet
CWalletとは何ですか?
CWalletはCWalletによって開発されたChromeの拡張機能で、その主な機能は「CWallet is a browser extension multi cryptocurrency wallet」です。
拡張機能のスクリーンショット
CWallet拡張機能のCRXファイルをダウンロード
CWallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CWallet extension is a cryptocurrency wallet which allows to store, send and receive coins: Bitcoin, Ethereum & Ethereum tokens, Cardano & Cardano tokens.
The extension also allows to trade on Cardano DEXes (sign cardano transactions to make trades) 拡張機能の基本情報
| 名前 | |
| ID | apnehcjmnengpnmccpaibjmhhoadaico |
| 公式URL | https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico |
| 説明 | CWallet is a browser extension multi cryptocurrency wallet |
| ファイルサイズ | 13.32 MB |
| インストール数 | 1,797 |
| 現在のバージョン | 0.1.15 |
| 最終更新日 | 2022-04-06 |
| 公開日 | 2022-01-21 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | CWallet |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://cwallet.finance/ |
| ヘルプページのURL | https://support.cardwallet.fi/ |
| プライバシーポリシーページのURL | https://cardwallet.fi/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CWallet",
"description": "CWallet is a browser extension multi cryptocurrency wallet",
"version": "0.1.15",
"permissions": [
"storage",
"unlimitedStorage",
"chrome:\/\/favicon\/"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/js\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"js\/injected.js"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
} | |