Orca Price Ticker
Displays the current ORCA price.
Qu'est-ce que Orca Price Ticker ?
Orca Price Ticker est une extension Chrome développée par tiomanisland, et sa fonction principale est "Displays the current ORCA price.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Orca Price Ticker
Téléchargez les fichiers d'extension Orca Price Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
URL Officiel | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Description | Displays the current ORCA price. |
Taille du Fichier | 46.45 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-10-01 |
Date de Publication | 2021-09-30 |
Développeur | tiomanisland |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://orca.so |
URL de la Page d'Aide | https://twitter.com/orca_so |
Langues Prises en Charge | 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": [] } |