Crypto Ticker

A lightweight extension to keep track of cryptocurrency prices.

¿Qué es Crypto Ticker?

Crypto Ticker es una extensión de Chrome desarrollada por Xtrendence, y su función principal es "A lightweight extension to keep track of cryptocurrency prices.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Crypto Ticker

Descarga archivos de extensión Crypto Ticker 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

                        Developer: https://github.com/Xtrendence

GitHub: https://github.com/Xtrendence/Chrome-Crypto-Ticker

What is Crypto Ticker?

Crypto Ticker is a very lightweight Chrome extension that allows you to keep track of cryptocurrency prices. It is fully open-source and doesn't collect any user data.

How do I use it?

Install it from the Chrome Web Store, click on the extension icon on your toolbar (or in the dropdown extensions menu), enter a coin's symbol or CoinGecko ID, and click on the "Add" button. Some coins may have the same symbol on CoinGecko's API, in which case you'll have to enter the coin's full name or its CoinGecko ID.

For example, BAT has the ID "basic-attention-token" as seen in its URL: https://www.coingecko.com/en/coins/basic-attention-token                    

Información Básica de la Extensión

Nombre Crypto Ticker Crypto Ticker
ID cbmbekgaigkkhplhnmmaloiklobjdeba
URL Oficial https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba
Descripción A lightweight extension to keep track of cryptocurrency prices.
Tamaño del Archivo 347 KB
Cantidad de Instalaciones 22
Versión Actual 1.0
Última Actualización 2022-01-08
Fecha de Publicación 2022-01-08
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador Xtrendence
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://xtrendence.dev
URL de la Página de Ayuda https://github.com/Xtrendence/Chrome-Crypto-Ticker
URL de la Página de Política de Privacidad https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Ticker",
    "description": "A lightweight extension to keep track of cryptocurrency prices.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/assets\/img\/Icon-16.png",
            "32": "src\/assets\/img\/Icon-32.png",
            "48": "src\/assets\/img\/Icon-48.png",
            "128": "src\/assets\/img\/Icon-128.png"
        }
    },
    "icons": {
        "16": "src\/assets\/img\/Icon-16.png",
        "32": "src\/assets\/img\/Icon-32.png",
        "48": "src\/assets\/img\/Icon-48.png",
        "128": "src\/assets\/img\/Icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}