Kraken Ticker

Add a ticker with your kraken information balance.

什么是Kraken Ticker?

Kraken Ticker是由https://tfeserver.fr开发的Chrome扩展程序,该扩展的主要功能是“Add a ticker with your kraken information balance.”。

扩展截图

screenshot

下载Kraken Ticker扩展crx文件

下载Kraken Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Display a ticker with the crypto currencies current value, amount owned, and % variation for the last 24 hours.                    

扩展基本信息

名称 Kraken Ticker Kraken Ticker
ID mihjpkmcbbnjepkdcfblmebdgcceofde
官方URL https://chromewebstore.google.com/detail/kraken-ticker/mihjpkmcbbnjepkdcfblmebdgcceofde
简介 Add a ticker with your kraken information balance.
文件大小 104 KB
安装次数 288
当前版本 1.9
更新时间 2017-10-09
上架时间 2017-10-09
评分 5.00/5 共3次评分
开发者 https://tfeserver.fr
付费类型 free
扩展官网 http://tfeserver.be
帮助页面URL http://tfeserver.be
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kraken Ticker",
    "version": "1.9",
    "description": "Add a ticker with your kraken information balance.",
    "icons": {
        "48": "icons\/kraken_48.png",
        "96": "icons\/kraken_96.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/kraken_48.png",
            "96": "icons\/kraken_96.png"
        },
        "default_title": "Kraken ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "*:\/\/api.kraken.com\/*",
        "alarms"
    ]
}