Cryptex

A minimal cryptocurrency monitor.

Qu'est-ce que Cryptex ?

Cryptex est une extension Chrome développée par Cole Alan Roberts, et sa fonction principale est "A minimal cryptocurrency monitor.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cryptex

Téléchargez les fichiers d'extension Cryptex 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

                        Cryptex allows you to easily track the Bitcoin, Ethereum, and Litecoin markets whenever you open a new tab. All data is provided using the official Coinbase API and is updated every minute.                    

Informations de Base sur l'Extension

Nom Cryptex Cryptex
ID lbodnjpkafdghcdghhcdmndmpcfambne
URL Officiel https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne
Description A minimal cryptocurrency monitor.
Taille du Fichier 166 KB
Nombre d'Installations 73
Version Actuelle 0.0.7
Dernière Mise à Jour 2017-07-28
Date de Publication 2017-07-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur Cole Alan Roberts
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptex",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "A minimal cryptocurrency monitor.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "page": "cryptex.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "cryptex.js"
    ],
    "chrome_url_overrides": {
        "newtab": "cryptex.html"
    }
}