Orca Price Ticker
Displays the current ORCA price.
什麼是Orca Price Ticker?
Orca Price Ticker是由tiomanisland開發的Chrome擴展程式,該擴展的主要功能是“Displays the current ORCA price.”。
擴展截圖
下載Orca Price Ticker擴展crx文件
下載Orca Price Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [] } |