Cryptocurrency Ticker
Show the price of specified cryptocurrency in badge or tabs.
Co je Cryptocurrency Ticker?
Cryptocurrency Ticker je rozšíření Chrome vyvinuté nongyehezuoshe, a jeho hlavní funkcí je „Show the price of specified cryptocurrency in badge or tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cryptocurrency Ticker
Stáhněte si soubory rozšíření Cryptocurrency 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í
Show the price of specified cryptocurrency in badge or tabs. You can customize which trading pairs are displayed from the options page. such as BTC-USDT, ETH-USDT, and so on.
Základní Informace o Rozšíření
Název | Cryptocurrency Ticker |
ID | omchhbokcmpfemeeifmlbighcbnomogk |
Oficiální URL | https://chromewebstore.google.com/detail/cryptocurrency-ticker/omchhbokcmpfemeeifmlbighcbnomogk |
Popis | Show the price of specified cryptocurrency in badge or tabs. |
Velikost souboru | 44.9 KB |
Počet instalací | 41 |
Aktuální Verze | 3.0.0.0 |
Poslední Aktualizace | 2023-05-17 |
Datum Vydání | 2022-09-07 |
Vývojář | nongyehezuoshe |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/nongyehezuoshe/cointicker |
URL Stránky Nápovědy | https://github.com/nongyehezuoshe/cointicker/issues |
URL Stránky Zásad Ochrany Soukromí | https://github.com/nongyehezuoshe/privacy/blob/main/README.md |
Podporované Jazyky | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "3.0.0.0", "description": "__MSG_ext_des__", "default_locale": "en", "action": { "default_icon": { "16": "icons\/icon.png", "24": "icons\/icon.png", "32": "icons\/icon.png" }, "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "icons": { "128": "icons\/icon.png" }, "background": { "service_worker": "background.js" }, "options_page": "html\/options.html", "web_accessible_resources": [ { "resources": [ "img\/*", "icons\/*" ], "matches": [ " |