BTC price bage tracker

The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker

什么是BTC price bage tracker?

BTC price bage tracker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker”。

扩展截图

screenshot
screenshot

下载BTC price bage tracker扩展crx文件

下载BTC price bage tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        What is this for?

₿TC Price Bage is the minimalistic Chrome extension for BTC price monitoring and showing it inside extension bage.

- Shows the last BTC-USD rate inside the extension icon
- Conversion pop-up
- No permissions required
- Submits one GET request to the Coinbase API every 5 seconds
- Open source, easy to audit and customize
- Github: https://github.com/ProHronus/BTC-Tracker

Why do you need this?

Looking for a simple price tracker, but avoid sophisticated solutions because of a possible security breach?  Then this extension for you. 

The tracker fetches the BTC price from Coinbase API for every 5 seconds, receives JSON result, and refresh the rate on the extension Bage. The code is super easy to audit and customize for other coins.                    

扩展基本信息

名称 BTC price bage tracker BTC price bage tracker
ID konlmcdlofpoegdkbjocdfojejmfkfbo
官方URL https://chromewebstore.google.com/detail/btc-price-bage-tracker/konlmcdlofpoegdkbjocdfojejmfkfbo
简介 The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker
文件大小 21.29 KB
安装次数 48
当前版本 1.0
更新时间 2020-04-26
上架时间 2020-04-26
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/ProHronus/BTC-Tracker
帮助页面URL https://github.com/ProHronus/BTC-Tracker
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC price bage tracker",
    "description": "The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https:\/\/github.com\/ProHronus\/BTC-Tracker",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/btc-19.png",
        "default_popup": "popup.html",
        "default_title": "BTCtracker"
    },
    "icons": {
        "16": "img\/btc-16.png",
        "19": "img\/btc-19.png",
        "48": "img\/btc-48.png",
        "128": "img\/btc-128.png"
    },
    "permissions": []
}