Narwallets V4
NEAR protocol wallet
Narwallets V4とは何ですか?
Narwallets V4はNarwallets.comによって開発されたChromeの拡張機能で、その主な機能は「NEAR protocol wallet」です。
拡張機能のスクリーンショット
Narwallets V4拡張機能のCRXファイルをダウンロード
Narwallets V4拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Narwallets is a chrome-extension wallet for easily managing your NEAR accounts
Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain.
* NEP-141 Token Support
* Integrated Liquid Staking via Metapool.app
* Lockup Accounts Support
Changelog
2022-04-02 Better auto-refresh of on-chain balances
2022-10-09 V4 - Integrate with wallet-selector
2022-12-28 V4.0.5 - quick select account
2023-01-11 V4.0.6 - Implement NEP-408 for wallet-selector
2023-05-01 simpler account selection
2023-12-08 backup source for quotes 拡張機能の基本情報
| 名前 | |
| ID | lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
| 公式URL | https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
| 説明 | NEAR protocol wallet |
| ファイルサイズ | 237 KB |
| インストール数 | 180 |
| 現在のバージョン | 4.0.9 |
| 最終更新日 | 2023-12-11 |
| 公開日 | 2022-10-15 |
| 開発者 | Narwallets.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.narwallets.com |
| ヘルプページのURL | https://discord.gg/N38GQ2ejrS |
| プライバシーポリシーページのURL | https://www.narwallets.com/privacy-policy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Narwallets V4",
"description": "NEAR protocol wallet",
"version": "4.0.9",
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "dist\/background\/background.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"icons": {
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"dist\/content-script.js"
],
"run_at": "document_start"
},
{
"matches": [
" | |