ERC20 Droid
Alt Crypto Wallet Explorer
ERC20 Droid란 무엇입니까?
ERC20 Droid은(는) http://apps.bryanlynn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alt Crypto Wallet Explorer"입니다.
확장 프로그램 스크린샷
ERC20 Droid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ERC20 Droid is a wallet explorer application that sits side by side with metamask another popular app for Ethereum based cryptocurrency. You can use the 'droid' to see how your tokens are doing and to help decide what your next steps will be for your wallet. Release Notes: -We store wallet address for caching purpose -Arrange tokens, for performance viewing -Additional Token prices added (cryptocompare, ethplorer) -Robo token - our own token to get started trading (Robo is based on the OST token) -Adding user supported, get some free alpha (Robo token) -Multi wallet support added -Desktop Mode -Send Robo Tokens (USD, or by Robo amount) -Claim Robo token airdrop -Balances and Transactions for Robo Tokens -ERC20 token project descriptions and links Coming Soon Features: -Alerts -Portfolio -Charts
확장 프로그램 기본 정보
이름 | |
ID | bflkdcgjepleehljdbiaebneindkmieo |
공식 URL | https://chrome.google.com/webstore/detail/erc20-droid/bflkdcgjepleehljdbiaebneindkmieo |
설명 | Alt Crypto Wallet Explorer |
파일 크기 | 395 KB |
설치 횟수 | 136 |
현재 버전 | 2.0 |
최근 업데이트 | 2018-08-09 |
출시 날짜 | 2018-08-09 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | http://apps.bryanlynn.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://bryanlynn.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ERC20 Droid", "version": "2.0", "manifest_version": 2, "description": "Alt Crypto Wallet Explorer", "permissions": [ "notifications", "https:\/\/*.chasing-coins.com\/*", "https:\/\/*.etherscan.io\/*", "https:\/\/*.ost.com\/*", "https:\/\/*.ethplorer.io\/*", "https:\/\/*.googletagmanager.com\/*", "http:\/\/erc20droid.com\/*", "https:\/\/*.cryptocompare.com\/*", "https:\/\/robotoken.herokuapp.com\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png", "256": "256.png" }, "browser_action": { "default_icon": "16.png", "default_title": "ERC20 Droid", "default_popup": "index.html" } } |