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
Eメール [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\/"
    ]
}