Bitcoin Price
A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Bitcoin Price क्या है?
Bitcoin Price shaomxing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to show Bitcoin price, desktop notifications, and Bitcoin news"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitcoin Price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension shows the price of Bitcoin, Litecoin, Ether and other cryptocurrencies. It can show notifications for your cryptocurrencies. Features: 1. Price tiker: A simple tool providing real time market value for Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH), Bitcoin-cash(BCH), Ripple(XRP), Litecoin(LTC), Dash(DASH), Monero(XMR), etc. 2. Price notification: It can show notifications when the ticker price exceeds your defined price. 3. Bitcoin news: News from Bitcoin.com, NEWSBTC, Bitcoinist, etc. 4. Support 100+ cryptocurrencies.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kjjlmgehohdbclcmfmphmifnppmcmeio |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio |
विवरण | A tool to show Bitcoin price, desktop notifications, and Bitcoin news |
फ़ाइल का आकार | 323 KB |
स्थापना संख्या | 401 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2020-02-05 |
प्रकाशन तिथि | 2020-02-05 |
रेटिंग | 4.17/5 कुल 12 रेटिंग्स |
डेवलपर | shaomxing |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "description": "A tool to show Bitcoin price, desktop notifications, and Bitcoin news", "version": "1.7", "icons": { "48": "img\/icon48.png", "128": "img\/icon.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/info.js", "js\/fetchPrice.js", "js\/utils.js", "js\/background.js" ] }, "permissions": [ "notifications", "https:\/\/api.coinmarketcap.com\/*", "https:\/\/www.binance.com\/*", "https:\/\/fxhapi.feixiaohao.com\/*", "https:\/\/coinmarketcap.com\/*", "http:\/\/api.jinse.com\/", "https:\/\/x.btckan.com\/", "https:\/\/graphs2.coinmarketcap.com\/*" ] } |