bottos-wallet
bottos wallet chrome extension
bottos-wallet란 무엇입니까?
bottos-wallet은(는) https://www.bottos.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "bottos wallet chrome extension"입니다.
확장 프로그램 스크린샷
bottos-wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | bottos-wallet |
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\/*" ] } |