Snax.One
Snax blockchain wallet
什麼是Snax.One?
Snax.One是由https://snax.one開發的Chrome擴展程式,該擴展的主要功能是“Snax blockchain wallet”。
擴展截圖
下載Snax.One擴展crx文件
下載Snax.One擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | dolcmddbbplempeembpecnpllnbgjlal |
官方網址 | https://chrome.google.com/webstore/detail/snaxone/dolcmddbbplempeembpecnpllnbgjlal |
簡介 | Snax blockchain wallet |
檔案大小 | 2.2 MB |
安裝次數 | 872 |
目前版本 | 1.2.6 |
更新時間 | 2019-07-19 |
上架時間 | 2019-07-19 |
評分 | 4.67/5 共 12 次評分 |
開發者 | https://snax.one |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/SnaxFoundation/snax-browser-extension |
說明頁面URL | https://snax.one/faq |
隱私政策頁面URL | https://snax.one/privacy-policy |
支援的語言 | 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\/*" ] } |