bottos-wallet
bottos wallet chrome extension
bottos-walletคืออะไร?
bottos-wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bottos.org และคุณลักษณะหลักของมันคือ "bottos wallet chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bottos-wallet
ดาวน์โหลดไฟล์ส่วนขยาย bottos-wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ngiggglehfdnaomjphkekefbgicipjbf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bottos-wallet/ngiggglehfdnaomjphkekefbgicipjbf |
| คำอธิบาย | bottos wallet chrome extension |
| ขนาดไฟล์ | 2.45 MB |
| จำนวนการติดตั้ง | 46 |
| เวอร์ชันปัจจุบัน | 2.1.0 |
| อัปเดตครั้งล่าสุด | 2019-12-12 |
| วันที่เผยแพร่ | 2019-12-12 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.bottos.org |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.bottos.org/ |
| ภาษาที่รองรับ | 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\/*"
]
} | |