Cryptex

A minimal cryptocurrency monitor.

Wat is Cryptex?

Cryptex is een Chrome-extensie ontwikkeld door Cole Alan Roberts, en de belangrijkste functie is "A minimal cryptocurrency monitor.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cryptex

Download Cryptex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cryptex Cryptex
ID lbodnjpkafdghcdghhcdmndmpcfambne
Officiële URL https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne
Beschrijving A minimal cryptocurrency monitor.
Bestandsgrootte 166 KB
Aantal Installaties 73
Huidige Versie 0.0.7
Laatst Bijgewerkt 2017-07-28
Publicatiedatum 2017-07-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Cole Alan Roberts
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}