NEO (NEO) Price Ticker

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

NEO (NEO) Price Tickerとは何ですか?

NEO (NEO) Price TickerはTahaによって開発されたChromeの拡張機能で、その主な機能は「This extension shows latest price ticker of popular NEO trading markets.」です。

拡張機能のスクリーンショット

screenshot

NEO (NEO) Price Ticker拡張機能のCRXファイルをダウンロード

NEO (NEO) Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 NEO (NEO) Price Ticker NEO (NEO) Price Ticker
ID anjganfnhmflphjcoondfocamjfangld
公式URL https://chromewebstore.google.com/detail/neo-neo-price-ticker/anjganfnhmflphjcoondfocamjfangld
説明 This extension shows latest price ticker of popular NEO trading markets.
ファイルサイズ 229 KB
インストール数 224
現在のバージョン 1.0.8
最終更新日 2020-03-11
公開日 2020-03-10
評価 4.25/5 合計 8 レビュー
開発者 Taha
Eメール [email protected]
支払い方法 free
対応言語 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\/"
    ]
}