Snax.One
Snax blockchain wallet
O que é Snax.One?
Snax.One é uma extensão do Chrome desenvolvida por https://snax.one, e sua principal característica é "Snax blockchain wallet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snax.One
Baixe arquivos de extensão Snax.One 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
Secure signature and authentication client solution for Snax Decentralized Social Media Overlay. With this tool you can create account on Snax blockchain, sign transactions, easily earn and tip SNAX tokens on Twitter, Reddit, and other social networks (*). Snax.One browser extension runs locally on your machine and works directly with Snax blockchain node. This is experimental software, released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. (*) The full current list of supported social networks you can find at https://snax.one/faq
Informações Básicas da Extensão
Nome | |
ID | dolcmddbbplempeembpecnpllnbgjlal |
URL Oficial | https://chrome.google.com/webstore/detail/snaxone/dolcmddbbplempeembpecnpllnbgjlal |
Descrição | Snax blockchain wallet |
Tamanho do Arquivo | 2.2 MB |
Contagem de Instalações | 872 |
Versão Atual | 1.2.6 |
Última Atualização | 2019-07-19 |
Data de Publicação | 2019-07-19 |
Classificação | 4.67/5 Total de 12 Avaliações |
Desenvolvedor | https://snax.one |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SnaxFoundation/snax-browser-extension |
URL da Página de Ajuda | https://snax.one/faq |
URL da Página de Política de Privacidade | https://snax.one/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snax.One", "short_name": "Snax.One", "version": "1.2.6", "manifest_version": 2, "author": "https:\/\/snax.one", "description": "Snax blockchain wallet", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "icon16.png", "38": "icon32.png", "128": "icon128.png" }, "default_title": "Snax.One", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.snax.one\/*", "https:\/\/snax.one\/*", "http:\/\/localhost:3000\/*" ], "js": [ "contentscript.bundle.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "injected.bundle.js" ], "permissions": [ "activeTab", "clipboardWrite", "clipboardRead", "https:\/\/snax.one\/*" ] } |