Ethereum price
Displays the current Ethereum price.
Vad är Ethereum price?
Ethereum price är en Chrome-tillägg utvecklad av ar2r, och dess huvudfunktion är "Displays the current Ethereum price.".
Tilläggsskärmbilder
Ladda ner Ethereum price-förlängningens CRX-fil
Ladda ner Ethereum price-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lfpfdkldcgcmdioidcldjcmlfacnkild |
Officiell webbadress | https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild |
Beskrivning | Displays the current Ethereum price. |
Filstorlek | 64.2 KB |
Antal Installationer | 69 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-01-17 |
Publiceringsdatum | 2018-01-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ar2r |
Betalningssätt | free |
Tilläggswebbplats | http://allcoinindex.com/ |
Stödda Språk | 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" } |