Orca Price Ticker
Displays the current ORCA price.
What is Orca Price Ticker?
Orca Price Ticker is a Chrome extension developed by tiomanisland, and its main feature is "Displays the current ORCA price.".
Extension Screenshots
Download Orca Price Ticker Extension CRX File
Download Orca Price Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Official URL | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Description | Displays the current ORCA price. |
File Size | 46.45 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2021-10-01 |
Publish Date | 2021-09-30 |
Developer | tiomanisland |
[email protected] | |
Payment Type | free |
Extension Website | https://orca.so |
Help Page URL | https://twitter.com/orca_so |
Supported Languages | 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": [] } |