Bitcoin Price Tracker

Get instant bitcoin price!

Bitcoin Price Trackerとは何ですか?

Bitcoin Price Trackerはtohuemによって開発されたChromeの拡張機能で、その主な機能は「Get instant bitcoin price!」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Bitcoin Price Tracker Bitcoin Price Tracker
ID mpgialbmpebikleajmfchkgjgjplnfjj
公式URL 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"
    ]
}