Orca Price Ticker
Displays the current ORCA price.
Cos'è Orca Price Ticker?
Orca Price Ticker è un'estensione di Chrome sviluppata da tiomanisland, e la sua funzione principale è "Displays the current ORCA price.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Orca Price Ticker
Scarica i file di estensione Orca Price Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
URL Ufficiale | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Descrizione | Displays the current ORCA price. |
Dimensione del File | 46.45 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-10-01 |
Data di Pubblicazione | 2021-09-30 |
Sviluppatore | tiomanisland |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://orca.so |
URL della Pagina di Aiuto | https://twitter.com/orca_so |
Lingue Supportate | 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": [] } |