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開發的Chrome擴展程式,該擴展的主要功能是“Displays quick information about the current price of Binance Coin in your browser's toolbar.”。
擴展截圖
下載Binance Coin (BNB) | Simple Ticker擴展crx文件
下載Binance Coin (BNB) | Simple Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | fgbchkgnilfaodikpidlplkelknjejea | 
| 官方網址 | 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"
    ]
}  |  |