Orca Price Ticker
Displays the current ORCA price.
Orca Price Ticker क्या है?
Orca Price Ticker tiomanisland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current ORCA price."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Orca Price Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
विवरण | Displays the current ORCA price. |
फ़ाइल का आकार | 46.45 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-10-01 |
प्रकाशन तिथि | 2021-09-30 |
डेवलपर | tiomanisland |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://orca.so |
सहायता पृष्ठ URL | https://twitter.com/orca_so |
समर्थित भाषाएँ | 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": [] } |