Narwallets V4
NEAR protocol wallet
O que é Narwallets V4?
Narwallets V4 é uma extensão do Chrome desenvolvida por Narwallets.com, e sua principal característica é "NEAR protocol wallet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Narwallets V4
Baixe arquivos de extensão Narwallets V4 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
| URL Oficial | https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
| Descrição | NEAR protocol wallet |
| Tamanho do Arquivo | 237 KB |
| Contagem de Instalações | 180 |
| Versão Atual | 4.0.9 |
| Última Atualização | 2023-12-11 |
| Data de Publicação | 2022-10-15 |
| Desenvolvedor | Narwallets.com |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://www.narwallets.com |
| URL da Página de Ajuda | https://discord.gg/N38GQ2ejrS |
| URL da Página de Política de Privacidade | https://www.narwallets.com/privacy-policy.html |
| Idiomas Suportados | 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": [
" | |