Orca Price Ticker
Displays the current ORCA price.
Co to jest Orca Price Ticker?
Orca Price Ticker to rozszerzenie Chrome opracowane przez tiomanisland, a jego główną funkcją jest „Displays the current ORCA price.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Orca Price Ticker
Pobierz pliki rozszerzeń Orca 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
Orca.so is a DEX (Decentralized Exchange) running on Solana network. Extension will display the latest ORCA token price on the badge icon. This extension displays the current ORCA price on the badge icon in real time. The price is obtained from Coingecko.com website. If you have any suggestion or feedback feel free to contact me.
Podstawowe informacje o rozszerzeniu
Nazwa | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Oficjalny URL | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Opis | Displays the current ORCA price. |
Rozmiar pliku | 46.45 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-10-01 |
Data Publikacji | 2021-09-30 |
Deweloper | tiomanisland |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://orca.so |
Adres URL Strony Pomocy | https://twitter.com/orca_so |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Orca Price Ticker", "description": "Displays the current ORCA price.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "showPriceInHtml.html" }, "background": { "page": "getPrice.html" }, "permissions": [] } |