bottos-wallet
bottos wallet chrome extension
什麼是bottos-wallet?
bottos-wallet是由https://www.bottos.org開發的Chrome擴展程式,該擴展的主要功能是“bottos wallet chrome extension”。
擴展截圖
下載bottos-wallet擴展crx文件
下載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 |
| 官方網址 | 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\/*"
]
} | |