Ethereum AllInOne: ETH Ticker / Wallet viewer
Everything about Ethereum in one extension
Co je Ethereum AllInOne: ETH Ticker / Wallet viewer?
Ethereum AllInOne: ETH Ticker / Wallet viewer je rozšíření Chrome vyvinuté Zed's Dev, a jeho hlavní funkcí je „Everything about Ethereum in one extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ethereum AllInOne: ETH Ticker / Wallet viewer
Stáhněte si soubory rozšíření Ethereum AllInOne: ETH Ticker / Wallet viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | jedgfcnbkbgiheojcfkbphplgkhgppgf |
| Oficiální URL | https://chromewebstore.google.com/detail/ethereum-allinone-eth-tic/jedgfcnbkbgiheojcfkbphplgkhgppgf |
| Popis | Everything about Ethereum in one extension |
| Velikost souboru | 838 KB |
| Počet instalací | 139 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2017-12-07 |
| Datum Vydání | 2017-12-06 |
| Hodnocení | 4.50/5 Celkem 2 Hodnocení |
| Vývojář | Zed's Dev |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/ZedsDev/ethereum-allinone |
| URL Stránky Nápovědy | https://github.com/ZedsDev/ethereum-allinone/issues |
| Podporované Jazyky | 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\/*"
]
} | |