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. 扩展基本信息
| 名称 | |
| ID | lbodnjpkafdghcdghhcdmndmpcfambne |
| 官方URL | 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"
}
} | |