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
官方URL 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
    }
}