NANO (NANO/USD) Price Ticker
This extension shows latest price ticker of popular NANO/USD trading markets.
What is NANO (NANO/USD) Price Ticker?
NANO (NANO/USD) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of popular NANO/USD trading markets.".
Extension Screenshots
Download NANO (NANO/USD) Price Ticker Extension CRX File
Download NANO (NANO/USD) 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
Nano (Nano) Launched in 2015 by Colin LeMahieu as RaiBlocks, Nano is a low-latency payment platform that requires minimal resources; making Nano ideal for peer-to-peer transactions. This is a simple extension shows NANO price from cryptocompare.com (NANO/USD) Extension Features: 1. NANO price in USD 2. Display Chart 3. Control refresh time (1 min by default)
Extension Basic Information
Name | NANO (NANO/USD) Price Ticker |
ID | nkjekpodpmkhpnipmknchgekcdmbhgoh |
Official URL | https://chromewebstore.google.com/detail/nano-nanousd-price-ticker/nkjekpodpmkhpnipmknchgekcdmbhgoh |
Description | This extension shows latest price ticker of popular NANO/USD trading markets. |
File Size | 222 KB |
Installation Count | 56 |
Current Version | 1.0.4 |
Last Updated | 2020-03-16 |
Publish Date | 2020-03-15 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Taha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NANO (NANO\/USD) Price Ticker", "description": "This extension shows latest price ticker of popular NANO\/USD trading markets.", "version": "1.0.4", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/min-api.cryptocompare.com\/" ] } |