IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

什麼是IOTA ticker?

IOTA ticker是由hak910開發的Chrome擴展程式,該擴展的主要功能是“This non official extension allows the user to display the current price of MIOTA in USD”。

擴展截圖

screenshot

下載IOTA ticker擴展crx文件

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

擴展使用說明

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

擴展基本資訊

名稱 IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
官方網址 https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
簡介 This non official extension allows the user to display the current price of MIOTA in USD
檔案大小 5.52 KB
安裝次數 41
目前版本 1.1
更新時間 2017-12-17
上架時間 2017-12-17
評分 4.73/5 共 11 次評分
開發者 hak910
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}