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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}