Cryptodex
Your all-in-one cryptocurrency address book
什麼是Cryptodex?
Cryptodex是由https://cryptodex.rocks開發的Chrome擴展程式,該擴展的主要功能是“Your all-in-one cryptocurrency address book”。
擴展截圖
下載Cryptodex擴展crx文件
下載Cryptodex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save and access your most-used cryptocurrency addresses and public keys with 📒 Cryptodex, an indispensable addition to your Chrome experience.
⭐ Validate and verify addresses for over two dozen currencies and counting
⭐ Copy addresses to your clipboard or grab the QR code in seconds
⭐ Right click any text field to paste in your desired address
⭐ Highlight addresses in the browser to match them to your records
💰 Currencies
Cryptodex currently supports the following coins.
(* = No remote verification currently available)
- Ardor (ARDR)
- Ark (ARK)
- Bitcoin (BTC)
- Bitcoin Cash (BCH)
- ByteBall (GBYTE)
- Bytecoin (BCN) *
- Cardano (ADA)
- Dash (DASH)
- Decred (DCR)
- DigiByte (DGB)
- Dogecoin (DOGE)
- Ethereum (ETH)
- Ethereum Classic (ETC)
- IOTA (IOTA)
- Komodo (KMD)
- Lisk (LSK)
- Litecoin (LTC)
- Monero (XMR) *
- NEM (XEM)
- NEO (NEO)
- Nano (XRB) *
- Nxt (NXT)
- PivX (PIVX)
- Qtum (QTUM)
- Reddcoin (RDD)
- Ripple (XRP)
- Sia (SC) *
- Steem / Steem Dollars (STEEM)
- Stellar (XLM)
- Stratis (STRAT)
- Verge (XVG)
- Waves (WAVES)
- Zcash (ZEC)
- Zcoin (XZC)
📧 Contact
For bugs or feature requests, please email us at [email protected]
Visit us at https://cryptodex.rocks 擴展基本資訊
| 名稱 | |
| ID | pbfbaeobcojdjfgplolbofdjlahhclkc |
| 官方網址 | https://chromewebstore.google.com/detail/cryptodex/pbfbaeobcojdjfgplolbofdjlahhclkc |
| 簡介 | Your all-in-one cryptocurrency address book |
| 檔案大小 | 2.43 MB |
| 安裝次數 | 57 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2018-04-21 |
| 上架時間 | 2018-04-20 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | https://cryptodex.rocks |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://cryptodex.rocks |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0",
"name": "Cryptodex",
"manifest_version": 2,
"description": "Your all-in-one cryptocurrency address book",
"browser_action": {
"default_title": "Cryptodex"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
"app.html",
"inject.html"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/cryptodex.rocks\/*"
]
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"tabs",
"storage",
" | |