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 |
| 官方網址 | 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'"
} | |