NEO (NEO) Price Ticker

This extension shows latest price ticker of popular NEO trading markets.

What is NEO (NEO) Price Ticker?

NEO (NEO) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of popular NEO trading markets.".

Extension Screenshots

screenshot

Download NEO (NEO) Price Ticker Extension CRX File

Download NEO (NEO) 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

                        NEO (NEO) is a platform in which users can issue and trade assets. NEO has been rebranded from the original 'Antshares'. NEO tokenizes proofs of ownership of an asset and not the asset itself, thus taking into account all of the legal complications and obligations that may come with the transfer of shares, equity and assets.

This is a simple extension shows NEO from "https://cryptocompare.com" 

Extension Features: 
1. Control refresh time
2. display chart
3. Display price in USD                    

Extension Basic Information

Name NEO (NEO) Price Ticker NEO (NEO) Price Ticker
ID anjganfnhmflphjcoondfocamjfangld
Official URL https://chromewebstore.google.com/detail/neo-neo-price-ticker/anjganfnhmflphjcoondfocamjfangld
Description This extension shows latest price ticker of popular NEO trading markets.
File Size 229 KB
Installation Count 224
Current Version 1.0.8
Last Updated 2020-03-11
Publish Date 2020-03-10
Rating 4.25/5 Total 8 Ratings
Developer Taha
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NEO (NEO) Price Ticker",
    "description": "This extension shows latest price ticker of popular NEO trading markets.",
    "version": "1.0.8",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/min-api.cryptocompare.com\/"
    ]
}