Uniswap Price tracker

Persistent price ticker for $Uni. Powered by Covalent

Qu'est-ce que Uniswap Price tracker ?

Uniswap Price tracker est une extension Chrome développée par hoangdaothienmenh, et sa fonction principale est "Persistent price ticker for $Uni. Powered by Covalent".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Uniswap Price tracker

Téléchargez les fichiers d'extension Uniswap Price tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Uniswap Price tracker Uniswap Price tracker
ID hhbelcjphnnckoaldnfhdbdpddilaafk
URL Officiel https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk
Description Persistent price ticker for $Uni. Powered by Covalent
Taille du Fichier 35.96 KB
Nombre d'Installations 551
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-12-14
Date de Publication 2020-12-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur hoangdaothienmenh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}