Cryptodex

Your all-in-one cryptocurrency address book

¿Qué es Cryptodex?

Cryptodex es una extensión de Chrome desarrollada por https://cryptodex.rocks, y su función principal es "Your all-in-one cryptocurrency address book".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cryptodex

Descarga archivos de extensión Cryptodex en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cryptodex Cryptodex
ID pbfbaeobcojdjfgplolbofdjlahhclkc
URL Oficial https://chromewebstore.google.com/detail/cryptodex/pbfbaeobcojdjfgplolbofdjlahhclkc
Descripción Your all-in-one cryptocurrency address book
Tamaño del Archivo 2.43 MB
Cantidad de Instalaciones 57
Versión Actual 1.1.0
Última Actualización 2018-04-21
Fecha de Publicación 2018-04-20
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador https://cryptodex.rocks
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cryptodex.rocks
Idiomas Soportados 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",
        ""
    ],
    "content_security_policy": "default-src 'self'; font-src data:; script-src 'self' 'unsafe-eval'; connect-src https:\/\/*.blockcypher.com https:\/\/*.etherscan.io https:\/\/*.ripple.com https:\/\/blockdozer.com https:\/\/cardanoexplorer.com https:\/\/neoscan.io https:\/\/*.stellar.org https:\/\/*.thetangle.org\/ http:\/\/*.nemchina.com\/ https:\/\/*.lisk.io https:\/\/*.gastracker.io https:\/\/ardor.tools https:\/\/explorer.ark.io:8443 https:\/\/*.decred.org https:\/\/digiexplorer.info https:\/\/*.qtum.org https:\/\/*.steemjs.com https:\/\/*.wavesnodes.com https:\/\/verge-blockchain.info https:\/\/explorer.zcoin.io https:\/\/*.zcha.in https:\/\/nxtportal.org https:\/\/chainz.cryptoid.info https:\/\/*.reddcoin.com https:\/\/*.supernet.org; img-src 'self' data:; style-src * 'unsafe-inline' 'self' blob:; "
}