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 |
| 公式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\/*"
]
} | |