Crypto Currency Price Ticker
Crypto Currency Price Ticker
Co to jest Crypto Currency Price Ticker?
Crypto Currency Price Ticker to rozszerzenie Chrome opracowane przez wangsai.silence, a jego główną funkcją jest „Crypto Currency Price Ticker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crypto Currency Price Ticker
Pobierz pliki rozszerzeń Crypto Currency Price Ticker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.
Podstawowe informacje o rozszerzeniu
Nazwa | Crypto Currency Price Ticker |
ID | mijakhgijdnecolfkgnhfdfcbpakggic |
Oficjalny URL | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
Opis | Crypto Currency Price Ticker |
Rozmiar pliku | 121 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.3.9 |
Ostatnia Aktualizacja | 2021-08-27 |
Data Publikacji | 2020-07-27 |
Deweloper | wangsai.silence |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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]" } } } |