Crypto Ticker

A lightweight extension to keep track of cryptocurrency prices.

Co to jest Crypto Ticker?

Crypto Ticker to rozszerzenie Chrome opracowane przez Xtrendence, a jego główną funkcją jest „A lightweight extension to keep track of cryptocurrency prices.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crypto Ticker

Pobierz pliki rozszerzeń Crypto Ticker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Crypto Ticker Crypto Ticker
ID cbmbekgaigkkhplhnmmaloiklobjdeba
Oficjalny URL https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba
Opis A lightweight extension to keep track of cryptocurrency prices.
Rozmiar pliku 347 KB
Liczba instalacji 22
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-08
Data Publikacji 2022-01-08
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Xtrendence
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://xtrendence.dev
Adres URL Strony Pomocy https://github.com/Xtrendence/Chrome-Crypto-Ticker
Adres URL Strony Polityki Prywatności https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md
Obsługiwane Języki 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"
    ]
}