Cryptex
A minimal cryptocurrency monitor.
Cryptex là gì?
Cryptex là một tiện ích mở rộng Chrome được phát triển bởi Cole Alan Roberts, và tính năng chính của nó là "A minimal cryptocurrency monitor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cryptex
Tải xuống các tệp mở rộng Cryptex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
Mô tả | A minimal cryptocurrency monitor. |
Kích Thước Tệp | 166 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2017-07-28 |
Ngày Phát Hành | 2017-07-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Cole Alan Roberts |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |