Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
什么是Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker是由https://virtual-money.xyz开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension that can check the price of Cryptocurrency.”。
扩展截图
下载Cryptocurrency Price Ticker扩展crx文件
下载Cryptocurrency Price Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Check the Cryptocurrency Price.
- Using poloniex API.
- select the currency to display.
Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH 扩展基本信息
| 名称 | |
| ID | ignpmignipmepahdookedpilckoeclob |
| 官方URL | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
| 简介 | This Chrome extension that can check the price of Cryptocurrency. |
| 文件大小 | 293 KB |
| 安装次数 | 206 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2017-06-19 |
| 上架时间 | 2017-06-19 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | https://virtual-money.xyz |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cryptocurrency Price Ticker",
"version": "1.1.1",
"description": "This Chrome extension that can check the price of Cryptocurrency.",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"https:\/\/poloniex.com\/public*"
],
"icons": {
"128": "icon.png"
}
} | |