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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension for real-time monitoring of the BTC-USD rate from Coinbase API. Open-source: https://github.com/ProHronus/BTC-Tracker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BTC price bage tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}