Cryptex
A minimal cryptocurrency monitor.
什麼是Cryptex?
Cryptex是由Cole Alan Roberts開發的Chrome擴展程式,該擴展的主要功能是“A minimal cryptocurrency monitor.”。
擴展截圖
下載Cryptex擴展crx文件
下載Cryptex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
官方網址 | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
簡介 | A minimal cryptocurrency monitor. |
檔案大小 | 166 KB |
安裝次數 | 73 |
目前版本 | 0.0.7 |
更新時間 | 2017-07-28 |
上架時間 | 2017-07-28 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Cole Alan Roberts |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |