Bitcoin Price Tracker

Get instant bitcoin price!

Bitcoin Price Tracker क्या है?

Bitcoin Price Tracker tohuem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get instant bitcoin price!"।

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

screenshot

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

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

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

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