Crypto Currency Price Ticker
Crypto Currency Price Ticker
Co je Crypto Currency Price Ticker?
Crypto Currency Price Ticker je rozšíření Chrome vyvinuté wangsai.silence, a jeho hlavní funkcí je „Crypto Currency Price Ticker“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crypto Currency Price Ticker
Stáhněte si soubory rozšíření Crypto Currency Price 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í
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.
Základní Informace o Rozšíření
Název | Crypto Currency Price Ticker |
ID | mijakhgijdnecolfkgnhfdfcbpakggic |
Oficiální URL | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
Popis | Crypto Currency Price Ticker |
Velikost souboru | 121 KB |
Počet instalací | 31 |
Aktuální Verze | 1.3.9 |
Poslední Aktualizace | 2021-08-27 |
Datum Vydání | 2020-07-27 |
Vývojář | wangsai.silence |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Currency Price Ticker", "short_name": "CCPT", "version": "1.3.9", "description": "Crypto Currency Price Ticker", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_title": "Crypto Currency Price Ticker", "browser_style": true, "default_popup": "src\/popup\/choose_symbol.html" }, "background": { "scripts": [ "src\/libs\/bignumber.min.js", "src\/exchanges\/proxy.js", "src\/storage.js", "src\/background.js" ] }, "permissions": [ "storage", "http:\/\/addons.wangsai.site" ], "default_locale": "en_US", "applications": { "gecko": { "id": "[email protected]" } } } |