Ethereum AllInOne: ETH Ticker / Wallet viewer

Everything about Ethereum in one extension

什么是Ethereum AllInOne: ETH Ticker / Wallet viewer?

Ethereum AllInOne: ETH Ticker / Wallet viewer是由Zed's Dev开发的Chrome扩展程序,该扩展的主要功能是“Everything about Ethereum in one extension”。

扩展截图

screenshot
screenshot

下载Ethereum AllInOne: ETH Ticker / Wallet viewer扩展crx文件

下载Ethereum AllInOne: ETH Ticker / Wallet viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Ethereum All-in-one, you will be able to gather informations you really need :
- Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency
- Evolution for current day
- Customizable addresses balances
- More coming soon...

Source code is public: no malware, no weird permissions, no bullshit.
You can view the source code on Github (https://github.com/ZedsDev/ethereum-allinone)

If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/ethereum-allinone/issues)

If you enjoy this extension, feel free to buy me a coffee:
Donation ETH: 0xFc5ED876835D96f5781c5157563d1A49d9E91d4F                    

扩展基本信息

名称 Ethereum AllInOne: ETH Ticker / Wallet viewer Ethereum AllInOne: ETH Ticker / Wallet viewer
ID jedgfcnbkbgiheojcfkbphplgkhgppgf
官方URL https://chromewebstore.google.com/detail/ethereum-allinone-eth-tic/jedgfcnbkbgiheojcfkbphplgkhgppgf
简介 Everything about Ethereum in one extension
文件大小 838 KB
安装次数 139
当前版本 1.1
更新时间 2017-12-07
上架时间 2017-12-06
评分 4.50/5 共2次评分
开发者 Zed's Dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ZedsDev/ethereum-allinone
帮助页面URL https://github.com/ZedsDev/ethereum-allinone/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum AllInOne: ETH Ticker \/ Wallet viewer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Everything about Ethereum in one extension",
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/app.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=ETH*",
        "https:\/\/api.ethplorer.io\/getAddressInfo\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}