Kin Price

Kin Price Monitor and other utilities around Kin

什么是Kin Price?

Kin Price是由SkyFoxx Apps开发的Chrome扩展程序,该扩展的主要功能是“Kin Price Monitor and other utilities around Kin”。

扩展截图

screenshot

下载Kin Price扩展crx文件

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

扩展使用说明

                        This is a Google Chrome extension that shows the price of Kin in USD and other currencies.


It will notify you if the price goes higher or lower than a defined price (or by default the last higher/lower price)                    

扩展基本信息

名称 Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
官方URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
简介 Kin Price Monitor and other utilities around Kin
文件大小 24.78 KB
安装次数 23
当前版本 1.0
更新时间 2019-03-14
上架时间 2019-03-14
评分 5.00/5 共1次评分
开发者 SkyFoxx Apps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://hitwill.github.io/tipster-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kin Price",
    "description": "Kin Price Monitor and other utilities around Kin",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/widgets.coingecko.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "hitwill",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/",
        "https:\/\/api.coinmarketcap.com\/",
        "https:\/\/widgets.coingecko.com\/coingecko-coin-price-chart-widget.js",
        "https:\/\/www.ecb.europa.eu\/"
    ]
}