Cryptodex
Your all-in-one cryptocurrency address book
Qu'est-ce que Cryptodex ?
Cryptodex est une extension Chrome développée par https://cryptodex.rocks, et sa fonction principale est "Your all-in-one cryptocurrency address book".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cryptodex
Téléchargez les fichiers d'extension Cryptodex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Cryptodex |
ID | pbfbaeobcojdjfgplolbofdjlahhclkc |
URL Officiel | https://chromewebstore.google.com/detail/cryptodex/pbfbaeobcojdjfgplolbofdjlahhclkc |
Description | Your all-in-one cryptocurrency address book |
Taille du Fichier | 2.43 MB |
Nombre d'Installations | 57 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-04-21 |
Date de Publication | 2018-04-20 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://cryptodex.rocks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cryptodex.rocks |
Langues Prises en Charge | 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", " |