Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
Cos'è Crypto Ticker?
Crypto Ticker è un'estensione di Chrome sviluppata da Xtrendence, e la sua funzione principale è "A lightweight extension to keep track of cryptocurrency prices.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Ticker
Scarica i file di estensione Crypto Ticker 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
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
Informazioni di Base sull'Estensione
Nome | Crypto Ticker |
ID | cbmbekgaigkkhplhnmmaloiklobjdeba |
URL Ufficiale | https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba |
Descrizione | A lightweight extension to keep track of cryptocurrency prices. |
Dimensione del File | 347 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-01-08 |
Data di Pubblicazione | 2022-01-08 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | Xtrendence |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://xtrendence.dev |
URL della Pagina di Aiuto | https://github.com/Xtrendence/Chrome-Crypto-Ticker |
URL della Pagina della Politica sulla Privacy | https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md |
Lingue Supportate | 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" ] } |