Ethereum (ETH/USD) Price Ticker

This extension shows latest price of ETH in USD.

Ethereum (ETH/USD) Price Tickerとは何ですか?

Ethereum (ETH/USD) Price TickerはTahaによって開発されたChromeの拡張機能で、その主な機能は「This extension shows latest price of ETH in USD.」です。

拡張機能のスクリーンショット

screenshot

Ethereum (ETH/USD) Price Ticker拡張機能のCRXファイルをダウンロード

Ethereum (ETH/USD) Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a simple extension shows ETH/USD  price from Cryptocompare.com

Extension Features: 
1. ETH price in USD
2. Display Chart
3. Control refresh time (1 min by default)                    

拡張機能の基本情報

名前 Ethereum (ETH/USD) Price Ticker Ethereum (ETH/USD) Price Ticker
ID dconegbmnkoeccohdkifggkgdhoaedgc
公式URL https://chromewebstore.google.com/detail/ethereum-ethusd-price-tic/dconegbmnkoeccohdkifggkgdhoaedgc
説明 This extension shows latest price of ETH in USD.
ファイルサイズ 221 KB
インストール数 728
現在のバージョン 1.0.5
最終更新日 2020-03-20
公開日 2020-03-20
評価 4.75/5 合計 4 レビュー
開発者 Taha
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ethereum (ETH\/USD) Price Ticker",
    "description": "This extension shows latest price of ETH in USD.",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/min-api.cryptocompare.com\/"
    ]
}