Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

¿Qué es Tiqr: Live Crypto Prices?

Tiqr: Live Crypto Prices es una extensión de Chrome desarrollada por tiqr.io, y su función principal es "Live prices for 13000+ crypto coins while browsing the web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tiqr: Live Crypto Prices

Descarga archivos de extensión Tiqr: Live Crypto Prices en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Tiqr is a free crypto monitor that adds a tape below your address bar to show the latest cryptocurrency prices in a dynamically scrolling bar. 

Tiqr is a lightweight and useful add-on designed for getting a quick peek at your favorite crypto coins. Once you activate the extension and add your favorite coins such as Bitcoin, Ethereum, and Dogecoin, you will see a real-time coin tracker just below the address bar of your web browser. And it dynamically moves the coins from right to left with automatic updates once every 1 minute. 

Download the free Tiqr extension to get access to great features including: 
- 13000+ coins to track and monitor. 
- 500+ crypto exchanges. 
- 24H price change percentage. 
- Automatically refreshed cryptocurrency prices. 

And much more!                    

Información Básica de la Extensión

Nombre Tiqr: Live Crypto Prices Tiqr: Live Crypto Prices
ID flfonhpekfdgilhocncjjjlnijlbleem
URL Oficial https://chromewebstore.google.com/detail/tiqr-live-crypto-prices/flfonhpekfdgilhocncjjjlnijlbleem
Descripción Live prices for 13000+ crypto coins while browsing the web
Tamaño del Archivo 280 KB
Cantidad de Instalaciones 69
Versión Actual 0.0.1
Última Actualización 2022-03-24
Fecha de Publicación 2022-03-24
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador tiqr.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tiqr.webflow.io/
URL de la Página de Política de Privacidad https://tiqr.webflow.io/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiqr: Live Crypto Prices",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Live prices for 13000+ crypto coins while browsing the web",
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/main.js"
            ],
            "css": [
                "\/main.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/GREY-128-128.png"
    },
    "icons": {
        "16": "\/assets\/logo144.png",
        "32": "\/assets\/logo144.png",
        "48": "\/assets\/48.png",
        "128": "\/assets\/128-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/down.png",
                "\/assets\/up.png",
                "\/assets\/off.png"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}