BTC & ETH Tracker
Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
什麼是BTC & ETH Tracker?
BTC & ETH Tracker是由Alex Cotelin開發的Chrome擴展程式,該擴展的主要功能是“Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies”。
擴展截圖
下載BTC & ETH Tracker擴展crx文件
下載BTC & ETH Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. No matter what website you are on you can quickly check the latest prices in multiple currencies: - BTC to USD, GBP, EUR, CNY, CAD - ETH to USD, BTC, GBP, CNY, EUR Developed by Alex Cotelin with CryptoCompare.com data and help.
擴展基本資訊
名稱 | |
ID | hfbdficidlklcdpekdcfcjbfpghbhgbp |
官方網址 | https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp |
簡介 | Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies |
檔案大小 | 601 KB |
安裝次數 | 449 |
目前版本 | 0.0.4 |
更新時間 | 2016-11-29 |
上架時間 | 2016-11-29 |
評分 | 5.00/5 共 10 次評分 |
開發者 | Alex Cotelin |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC & ETH Tracker", "short_name": "BTC & ETH Tracker", "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies", "version": "0.0.4", "author": "Alex Cotelin", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "BTC & ETH Tracker", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "permissions": [ "activeTab" ] } |