bottos-wallet
bottos wallet chrome extension
bottos-wallet là gì?
bottos-wallet là một tiện ích mở rộng Chrome được phát triển bởi https://www.bottos.org, và tính năng chính của nó là "bottos wallet chrome extension".
Ả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 bottos-wallet
Tải xuống các tệp mở rộng bottos-wallet 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
Bottos is an infrastructure that serves for the artificial intelligence, not only a public underlying block-chain be designed based on features of data, but also a data circulation platform serves the whole artificial intelligence and its derivative industries. By means of data mining and using smart contracts, Bottos realizes a consensus-based, scalable, easy-to-develop, and collaborative one-stop application platform that based on data, models, calculation, and storage of multi-tiered shared services. Bottos Wallet chrome extension allows users: 1. Generate and import their own wallets 2. Transfer and stake time and space resources 3. Import their wallets through a hardware wallet Official website: HTTPS://www.bottos.org/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | bottos-wallet |
ID | ngiggglehfdnaomjphkekefbgicipjbf |
URL Chính Thức | https://chromewebstore.google.com/detail/bottos-wallet/ngiggglehfdnaomjphkekefbgicipjbf |
Mô tả | bottos wallet chrome extension |
Kích Thước Tệp | 2.45 MB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2019-12-12 |
Ngày Phát Hành | 2019-12-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.bottos.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bottos.org/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.1.0", "name": "bottos-wallet", "description": "bottos wallet chrome extension", "browser_action": { "default_icon": "static\/img\/icon.png", "default_title": "Bottos Chrome Wallet", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/bottos.org\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "static\/js\/background.js" ] }, "permissions": [ "storage", "cookies", "https:\/\/robot.botfans.org\/*", "https:\/\/robot.chainbottos.com\/*" ] } |