Parallel wallet
Parallel wallet to help you manage your polkadot assets.
Parallel walletとは何ですか?
Parallel walletはchrome-store-publishersによって開発されたChromeの拡張機能で、その主な機能は「Parallel wallet to help you manage your polkadot assets.」です。
拡張機能のスクリーンショット
Parallel wallet拡張機能のCRXファイルをダウンロード
Parallel wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Parallel wallet is the non-custodial multichain wallet extension of Parallel Finance - the DeFi Super Dapp protocol. The wallet is developed to give users a one-stop DeFi experience by allowing them to create and manage their private keys, send and receive funds and sign transactions on any DApp in a decentralized fashion. 拡張機能の基本情報
| 名前 | |
| ID | jbkgjmpfammbgejcpedggoefddacbdia |
| 公式URL | https://chromewebstore.google.com/detail/parallel-wallet/jbkgjmpfammbgejcpedggoefddacbdia |
| 説明 | Parallel wallet to help you manage your polkadot assets. |
| ファイルサイズ | 4.06 MB |
| インストール数 | 10,922 |
| 現在のバージョン | 2.3.80 |
| 最終更新日 | 2023-03-01 |
| 公開日 | 2022-07-19 |
| 評価 | 4.93/5 合計 58 レビュー |
| 開発者 | chrome-store-publishers |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://parallel.fi/ |
| プライバシーポリシーページのURL | https://drive.google.com/file/d/1XGtzR1T6e7T9jPRyg0Mw46J5MAXClfxJ/view?usp=sharing |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.3.80",
"name": "Parallel wallet",
"description": "Parallel wallet to help you manage your polkadot assets.",
"manifest_version": 3,
"permissions": [
"storage",
"hid",
"idle",
"usb"
],
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"all_frames": true
}
],
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/page.js",
"images\/*"
],
"matches": [
" | |