Uniswap Price tracker

Persistent price ticker for $Uni. Powered by Covalent

What is Uniswap Price tracker?

Uniswap Price tracker is a Chrome extension developed by hoangdaothienmenh, and its main feature is "Persistent price ticker for $Uni. Powered by Covalent".

Extension Screenshots

screenshot
screenshot

Download Uniswap Price tracker Extension CRX File

Download Uniswap Price tracker 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

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

Extension Basic Information

Name Uniswap Price tracker Uniswap Price tracker
ID hhbelcjphnnckoaldnfhdbdpddilaafk
Official URL https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk
Description Persistent price ticker for $Uni. Powered by Covalent
File Size 35.96 KB
Installation Count 551
Current Version 0.1.1
Last Updated 2020-12-14
Publish Date 2020-12-14
Rating 5.00/5 Total 2 Ratings
Developer hoangdaothienmenh
Email [email protected]
Payment Type free
Supported Languages 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"
}