Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
Co je Crypto Ticker?
Crypto Ticker je rozšíření Chrome vyvinuté Xtrendence, a jeho hlavní funkcí je „A lightweight extension to keep track of cryptocurrency prices.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crypto Ticker
Stáhněte si soubory rozšíření Crypto Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Crypto Ticker |
ID | cbmbekgaigkkhplhnmmaloiklobjdeba |
Oficiální URL | https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba |
Popis | A lightweight extension to keep track of cryptocurrency prices. |
Velikost souboru | 347 KB |
Počet instalací | 22 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-01-08 |
Datum Vydání | 2022-01-08 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | Xtrendence |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://xtrendence.dev |
URL Stránky Nápovědy | https://github.com/Xtrendence/Chrome-Crypto-Ticker |
URL Stránky Zásad Ochrany Soukromí | https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md |
Podporované Jazyky | 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" ] } |