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 |
公式URL | 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" ] } |