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
官方網址 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\/"
    ]
}