ERC20 Droid
Alt Crypto Wallet Explorer
Wat is ERC20 Droid?
ERC20 Droid is een Chrome-extensie ontwikkeld door http://apps.bryanlynn.com, en de belangrijkste functie is "Alt Crypto Wallet Explorer".
Extensie Screenshots
Download het CRX-bestand van de extensie ERC20 Droid
Download ERC20 Droid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bflkdcgjepleehljdbiaebneindkmieo |
Officiële URL | https://chrome.google.com/webstore/detail/erc20-droid/bflkdcgjepleehljdbiaebneindkmieo |
Beschrijving | Alt Crypto Wallet Explorer |
Bestandsgrootte | 395 KB |
Aantal Installaties | 136 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-08-09 |
Publicatiedatum | 2018-08-09 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://apps.bryanlynn.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://bryanlynn.com |
Ondersteunde Talen | 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" } } |