Cryptex

A minimal cryptocurrency monitor.

What is Cryptex?

Cryptex is a Chrome extension developed by Cole Alan Roberts, and its main feature is "A minimal cryptocurrency monitor.".

Extension Screenshots

screenshot
screenshot

Download Cryptex Extension CRX File

Download Cryptex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cryptex Cryptex
ID lbodnjpkafdghcdghhcdmndmpcfambne
Official URL https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne
Description A minimal cryptocurrency monitor.
File Size 166 KB
Installation Count 73
Current Version 0.0.7
Last Updated 2017-07-28
Publish Date 2017-07-28
Rating 5.00/5 Total 3 Ratings
Developer Cole Alan Roberts
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}