EyeSimple
track over 100+ crypto coin in near Real Time
O que é EyeSimple?
EyeSimple é uma extensão do Chrome desenvolvida por deviant, e sua principal característica é "track over 100+ crypto coin in near Real Time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EyeSimple
Baixe arquivos de extensão EyeSimple no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
*Update* now supports 100+ coins; WaBi,Verge, TenX, Storji, Status, Stratum and Basic Attention Token. Direct price feed from top exchanges.
EyeSimple is Live Bitcoin & Altcoin Ticker tracker.
Lightweight and dead simple it sits in your chrome bar and displays quotes of Your Crypto currency of choice in real time and across multiple currencies
Currently supports:
1. Bitcoin
2. Ethereum
3. Ripple
4. BitcoinCash
5. Bitconnect
6. Litecoin
7. Dash
8. NEO
9. OmiseGO
10. IOTA
11. EOS
12. STEEM
13. Zcash
14. NEM
15. Monero
16. Bitshares
17. Lisk
18. Aeternity
19. Ark
20. Tenx
21. Basic Attention Token
22. Status
23. Storj
24. Substratum
25. Verge
26. WaBi
... and many more
and more will be added based on community feedback (in which You are welcome to take part of)
Unlike other extensions it features shorthand notations to ensure that all low digit coins are correctly displayed (not truncated) on the chrome bar. For instance xCoin worth 0.000001241 will be shortened to :1241
In addition you can specify the fiat currency (or even Gold and Silver) of your choice to track crypto price movement. Available currencies:
1. USD
2. EUR
3. GBP
4. JPY
5. CHF
6. AUD
7. NZD
8. SGD
9. HKD
10. SEK
11. NOK
12. DKK
EyeSimple uses high contrast colors to represent each coin to make it more recognizable at a glance. Should you be forget the color code you can always hover over icon and it would display the current coin name being tracked, without even opening the interface!
In case of broken connection the extension would notify you and automatically attempt to reconnect, so You would have a piece of mind that the quotes are current.
Currently, it has no registration& signups or other gotchas.
It is FREE as in beer!
Single point&click install is all takes to keep tabs on your portfolio in real time.
Disclaimer:
Provided data and tool(s), collectively information is for information and illustrative purposes only. It is not, and should not be regarded as investment advice or as a recommendation regarding a course of action, including without limitation as those terms are used in any applicable law or regulation. Developers and data providers will not be liable, whether in contract, tort (including negligence) or otherwise, in respect of any damage, expense or other loss you may suffer arising out of such information or any reliance you may place upon such information. Informações Básicas da Extensão
| Nome | |
| ID | hajeplaeepicpdgoihojhfegihpifmhf |
| URL Oficial | https://chromewebstore.google.com/detail/eyesimple/hajeplaeepicpdgoihojhfegihpifmhf |
| Descrição | track over 100+ crypto coin in near Real Time |
| Tamanho do Arquivo | 141 KB |
| Contagem de Instalações | 173 |
| Versão Atual | 0.93 |
| Última Atualização | 2019-09-01 |
| Data de Publicação | 2019-09-01 |
| Classificação | 4.50/5 Total de 12 Avaliações |
| Desenvolvedor | deviant |
| [email protected] | |
| Tipo de Pagamento | free |
| URL da Página de Política de Privacidade | https://sites.google.com/view/whooshlite/home |
| Idiomas Suportados | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "EyeSimple",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.93",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": "online.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} | |