Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
什么是Bitpay Ticker?
Bitpay Ticker是由jfreak53开发的Chrome扩展程序,该扩展的主要功能是“Keep track of current bitcoin prices using Bitpay API”。
扩展截图
下载Bitpay Ticker扩展crx文件
下载Bitpay Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate. 扩展基本信息
| 名称 | |
| ID | ahobmphfbngpaabamkhikfleaaaalpcn |
| 官方URL | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
| 简介 | Keep track of current bitcoin prices using Bitpay API |
| 文件大小 | 38.87 KB |
| 安装次数 | 23 |
| 当前版本 | 0.2 |
| 更新时间 | 2015-03-12 |
| 上架时间 | 2015-03-12 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | jfreak53 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"persistent": true,
"page": "bg.html"
},
"browser_action": {
"default_icon": "bcicon.png",
"default_title": "Bitpay Ticker",
"default_popup": "popup.html"
},
"description": "Keep track of current bitcoin prices using Bitpay API",
"name": "Bitpay Ticker",
"permissions": [
"https:\/\/bitpay.com\/*"
],
"version": "0.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |