Skip to content

Commit

Permalink
Merge branch 'en-support_testnet_explorers'
Browse files Browse the repository at this point in the history
* en-support_testnet_explorers:
  Added testnet etherscan explorers
  Increased version number
  • Loading branch information
409H committed Dec 21, 2017
2 parents c16eca4 + 8ca2eb5 commit ce6b1ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "EtherAddressLookup",
"short_name": "EtherAddressLookup",
"description": "Adds links to strings that look like Ethereum addresses to your favorite blockchain explorer.",
"version": "1.13.1",
"version": "1.13.2",

"browser_action": {
"default_icon": "images/icon.png",
Expand Down
19 changes: 15 additions & 4 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,21 @@ <h3 class="text-center">EtherAddressLookup</h3>
<label>Preferred Blockchain Explorer</label>
<select class="form-control" name="ext-etheraddresslookup-choose_blockchain"
id="ext-etheraddresslookup-choose_blockchain">
<option value="https://etherscan.io/address">Etherscan.io *</option>
<option value="https://etherchain.org/account">Etherchain.org *</option>
<option value="https://ethplorer.io/address">Ethplorer.io</option>
<option value="http://ethergraphs.com/dashboard">Ethergraphs.com</option>
<optgroup label="Mainnet">
<option value="https://etherscan.io/address">Etherscan.io *</option>
<option value="https://etherchain.org/account">Etherchain.org *</option>
<option value="https://ethplorer.io/address">Ethplorer.io</option>
<option value="http://ethergraphs.com/dashboard">Ethergraphs.com</option>
</optgroup>
<optgroup label="Rinkeby">
<option value="https://rinkeby.etherscan.io/address">Etherscan.io *</option>
</optgroup>
<optgroup label="Ropsten">
<option value="https://ropsten.etherscan.io/address">Etherscan.io *</option>
</optgroup>
<optgroup label="Kovan">
<option value="https://kovan.etherscan.io/address">Etherscan.io *</option>
</optgroup>
</select>
<div class="note">
<small>* ENS address compatible.</small>
Expand Down

0 comments on commit ce6b1ba

Please sign in to comment.