Cryptex
A minimal cryptocurrency monitor.
Apa itu Cryptex?
Cryptex adalah ekstensi Chrome yang dikembangkan oleh Cole Alan Roberts, dan fitur utamanya adalah "A minimal cryptocurrency monitor.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cryptex
Unduh file ekstensi Cryptex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
URL Resmi | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
Deskripsi | A minimal cryptocurrency monitor. |
Ukuran File | 166 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2017-07-28 |
Tanggal Publikasi | 2017-07-28 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Cole Alan Roberts |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |