Orca Price Ticker
Displays the current ORCA price.
Wat is Orca Price Ticker?
Orca Price Ticker is een Chrome-extensie ontwikkeld door tiomanisland, en de belangrijkste functie is "Displays the current ORCA price.".
Extensie Screenshots
Download het CRX-bestand van de extensie Orca Price Ticker
Download Orca Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Officiële URL | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Beschrijving | Displays the current ORCA price. |
Bestandsgrootte | 46.45 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-10-01 |
Publicatiedatum | 2021-09-30 |
Ontwikkelaar | tiomanisland |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://orca.so |
Help Pagina-URL | https://twitter.com/orca_so |
Ondersteunde Talen | 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": [] } |