TRON (TRX) | Simple Ticker

Displays quick information about the current price of TRON in your browser's toolbar.

什麼是TRON (TRX) | Simple Ticker?

TRON (TRX) | Simple Ticker是由txpetr.cz開發的Chrome擴展程式,該擴展的主要功能是“Displays quick information about the current price of TRON in your browser's toolbar.”。

擴展截圖

screenshot
screenshot

下載TRON (TRX) | Simple Ticker擴展crx文件

下載TRON (TRX) | Simple Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Description
------------------

This plugin displays the current TRON (TRX) 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                    

擴展基本資訊

名稱 TRON (TRX) | Simple Ticker TRON (TRX) | Simple Ticker
ID iagfnlhfnokbnckibgheeonjjljodblo
官方網址 https://chromewebstore.google.com/detail/tron-trx-simple-ticker/iagfnlhfnokbnckibgheeonjjljodblo
簡介 Displays quick information about the current price of TRON in your browser's toolbar.
檔案大小 286 KB
安裝次數 371
目前版本 1.0.1
更新時間 2021-01-10
上架時間 2021-01-10
評分 3.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": "TRON (TRX) | Simple Ticker",
    "description": "Displays quick information about the current price of TRON in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "TRON (TRX)",
        "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\/TRX\/TRON",
        "contextMenus"
    ]
}