Uniswap Price tracker

Persistent price ticker for $Uni. Powered by Covalent

Uniswap Price trackerとは何ですか?

Uniswap Price trackerはhoangdaothienmenhによって開発されたChromeの拡張機能で、その主な機能は「Persistent price ticker for $Uni. Powered by Covalent」です。

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

screenshot
screenshot

Uniswap Price tracker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Show current market price of Uniswap ticker (default currency USD)                    

拡張機能の基本情報

名前 Uniswap Price tracker Uniswap Price tracker
ID hhbelcjphnnckoaldnfhdbdpddilaafk
公式URL https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk
説明 Persistent price ticker for $Uni. Powered by Covalent
ファイルサイズ 35.96 KB
インストール数 551
現在のバージョン 0.1.1
最終更新日 2020-12-14
公開日 2020-12-14
評価 5.00/5 合計 2 レビュー
開発者 hoangdaothienmenh
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "ticker.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "UNI Ticker"
    },
    "description": "Persistent price ticker for $Uni. Powered by Covalent",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Uniswap Price tracker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1"
}