Bitcoin Price Tracker
Get instant bitcoin price!
什麼是Bitcoin Price Tracker?
Bitcoin Price Tracker是由tohuem開發的Chrome擴展程式,該擴展的主要功能是“Get instant bitcoin price!”。
擴展截圖
下載Bitcoin Price Tracker擴展crx文件
下載Bitcoin Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.
擴展基本資訊
名稱 | |
ID | mpgialbmpebikleajmfchkgjgjplnfjj |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj |
簡介 | Get instant bitcoin price! |
檔案大小 | 369 KB |
安裝次數 | 26 |
目前版本 | 1.1.5 |
更新時間 | 2017-08-28 |
上架時間 | 2017-08-28 |
評分 | 5.00/5 共 2 次評分 |
開發者 | tohuem |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Tracker", "description": "Get instant bitcoin price!", "version": "1.1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd", "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json" ] } |