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
官方URL 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"
}