Ethereum price

Displays the current Ethereum price.

什麼是Ethereum price?

Ethereum price是由ar2r開發的Chrome擴展程式,該擴展的主要功能是“Displays the current Ethereum price.”。

擴展截圖

screenshot
screenshot

下載Ethereum price擴展crx文件

下載Ethereum price擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

擴展基本資訊

名稱 Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
官方網址 https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
簡介 Displays the current Ethereum price.
檔案大小 64.2 KB
安裝次數 69
目前版本 1.0
更新時間 2018-01-17
上架時間 2018-01-17
評分 5.00/5 共 1 次評分
開發者 ar2r
付費類型 free
擴展官網 http://allcoinindex.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}