ERC20 Droid
Alt Crypto Wallet Explorer
ERC20 Droidとは何ですか?
ERC20 Droidはhttp://apps.bryanlynn.comによって開発されたChromeの拡張機能で、その主な機能は「Alt Crypto Wallet Explorer」です。
拡張機能のスクリーンショット
ERC20 Droid拡張機能のCRXファイルをダウンロード
ERC20 Droid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |