Binance Coin (BNB) | Simple Ticker
Displays quick information about the current price of Binance Coin in your browser's toolbar.
Binance Coin (BNB) | Simple Ticker क्या है?
Binance Coin (BNB) | Simple Ticker txpetr.cz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays quick information about the current price of Binance Coin in your browser's toolbar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binance Coin (BNB) | Simple Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Description ------------------ This plugin displays the current Binance Coin (BNB) price in USD ($) from coinlib.io simply in your browser's toolbar so you can see it immediately. Functions ---------------- - currency: USD - price check every minute - badge color according to the current (last 24h) exchange rate (red = down, green = up) - popup window with statistics after clicking on the toolbar icon History ------------- v 1.0.1 (09.01.2021) - blinking badge when extension rate changed - click event on icon removed and replaced with data popup - detailed statistics in toolbar context menu v 1.0.0 (07.01.2021) - price check every minute - badge color according to the current exchange rate - clicking on the icon redirects to statistics - currency: USD
एक्सटेंशन की मूल जानकारी
नाम | Binance Coin (BNB) | Simple Ticker |
ID | fgbchkgnilfaodikpidlplkelknjejea |
आधिकारिक URL | https://chromewebstore.google.com/detail/binance-coin-bnb-simple-t/fgbchkgnilfaodikpidlplkelknjejea |
विवरण | Displays quick information about the current price of Binance Coin in your browser's toolbar. |
फ़ाइल का आकार | 99.95 KB |
स्थापना संख्या | 356 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-01-09 |
प्रकाशन तिथि | 2021-01-09 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | txpetr.cz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.txpetr.cz/ |
सहायता पृष्ठ URL | https://www.txpetr.cz/ |
गोपनीयता नीति पृष्ठ URL | https://www.txpetr.cz/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance Coin (BNB) | Simple Ticker", "description": "Displays quick information about the current price of Binance Coin in your browser's toolbar.", "version": "1.0.1", "icons": { "128": "icons\/128.png" }, "browser_action": { "default_title": "Binance Coin (BNB)", "default_icon": "icons\/19.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/coinlib.io\/coin\/BNB\/Binance+Coin", "contextMenus" ] } |