Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
What is Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker is a Chrome extension developed by https://virtual-money.xyz, and its main feature is "This Chrome extension that can check the price of Cryptocurrency.".
Extension Screenshots
Download Cryptocurrency Price Ticker Extension CRX File
Download Cryptocurrency Price Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features: - Check the Cryptocurrency Price. - Using poloniex API. - select the currency to display. Currency: - BTC - ETH - ETC - XMR - REP - XRP - ZEC - LTC - DASH
Extension Basic Information
Name | Cryptocurrency Price Ticker |
ID | ignpmignipmepahdookedpilckoeclob |
Official URL | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
Description | This Chrome extension that can check the price of Cryptocurrency. |
File Size | 293 KB |
Installation Count | 206 |
Current Version | 1.1.1 |
Last Updated | 2017-06-19 |
Publish Date | 2017-06-19 |
Rating | 3.80/5 Total 5 Ratings |
Developer | https://virtual-money.xyz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Price Ticker", "version": "1.1.1", "description": "This Chrome extension that can check the price of Cryptocurrency.", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/poloniex.com\/public*" ], "icons": { "128": "icon.png" } } |