Snax.One
Snax blockchain wallet
Snax.One là gì?
Snax.One là một tiện ích mở rộng Chrome được phát triển bởi https://snax.one, và tính năng chính của nó là "Snax blockchain wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Snax.One
Tải xuống các tệp mở rộng Snax.One dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dolcmddbbplempeembpecnpllnbgjlal |
URL Chính Thức | https://chrome.google.com/webstore/detail/snaxone/dolcmddbbplempeembpecnpllnbgjlal |
Mô tả | Snax blockchain wallet |
Kích Thước Tệp | 2.2 MB |
Số Lần Cài Đặt | 872 |
Phiên Bản Hiện Tại | 1.2.6 |
Cập Nhật Lần Cuối | 2019-07-19 |
Ngày Phát Hành | 2019-07-19 |
Đánh Giá | 4.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://snax.one |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SnaxFoundation/snax-browser-extension |
URL Trang Trợ Giúp | https://snax.one/faq |
URL Trang Chính Sách Bảo Mật | https://snax.one/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |