Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
Qu'est-ce que Crypto Ticker ?
Crypto Ticker est une extension Chrome développée par Xtrendence, et sa fonction principale est "A lightweight extension to keep track of cryptocurrency prices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto Ticker
Téléchargez les fichiers d'extension Crypto Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Crypto Ticker |
ID | cbmbekgaigkkhplhnmmaloiklobjdeba |
URL Officiel | https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba |
Description | A lightweight extension to keep track of cryptocurrency prices. |
Taille du Fichier | 347 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-01-08 |
Date de Publication | 2022-01-08 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Xtrendence |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://xtrendence.dev |
URL de la Page d'Aide | https://github.com/Xtrendence/Chrome-Crypto-Ticker |
URL de la Page de Politique de Confidentialité | https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md |
Langues Prises en Charge | 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" ] } |