Snax.One
Snax blockchain wallet
Snax.Oneคืออะไร?
Snax.One เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snax.one และคุณลักษณะหลักของมันคือ "Snax blockchain wallet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snax.One
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } |