Uniswap Price tracker
Persistent price ticker for $Uni. Powered by Covalent
Cos'è Uniswap Price tracker?
Uniswap Price tracker è un'estensione di Chrome sviluppata da hoangdaothienmenh, e la sua funzione principale è "Persistent price ticker for $Uni. Powered by Covalent".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Uniswap Price tracker
Scarica i file di estensione Uniswap Price tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show current market price of Uniswap ticker (default currency USD)
Informazioni di Base sull'Estensione
Nome | |
ID | hhbelcjphnnckoaldnfhdbdpddilaafk |
URL Ufficiale | https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk |
Descrizione | Persistent price ticker for $Uni. Powered by Covalent |
Dimensione del File | 35.96 KB |
Conteggio Installazioni | 551 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-12-14 |
Data di Pubblicazione | 2020-12-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | hoangdaothienmenh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |