Bitpay Ticker

Keep track of current bitcoin prices using Bitpay API

Bitpay Ticker क्या है?

Bitpay Ticker jfreak53 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of current bitcoin prices using Bitpay API"।

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

screenshot

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

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

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

                        This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate.                    

एक्सटेंशन की मूल जानकारी

नाम Bitpay Ticker Bitpay Ticker
ID ahobmphfbngpaabamkhikfleaaaalpcn
आधिकारिक URL https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn
विवरण Keep track of current bitcoin prices using Bitpay API
फ़ाइल का आकार 38.87 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.2
अंतिम अपडेट 2015-03-12
प्रकाशन तिथि 2015-03-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर jfreak53
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "bcicon.png",
        "default_title": "Bitpay Ticker",
        "default_popup": "popup.html"
    },
    "description": "Keep track of current bitcoin prices using Bitpay API",
    "name": "Bitpay Ticker",
    "permissions": [
        "https:\/\/bitpay.com\/*"
    ],
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}