Cryptex
A minimal cryptocurrency monitor.
Hvad er Cryptex?
Cryptex er en Chrome-udvidelse udviklet af Cole Alan Roberts, og dens hovedfunktion er "A minimal cryptocurrency monitor.".
Udvidelsesskærmbilleder
Download Cryptex-udvidelses-CRX-fil
Download Cryptex-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
Officiel URL | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
Beskrivelse | A minimal cryptocurrency monitor. |
Filstørrelse | 166 KB |
Antal Installationer | 73 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2017-07-28 |
Udgivelsesdato | 2017-07-28 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Cole Alan Roberts |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |