Orca Price Ticker
Displays the current ORCA price.
O que é Orca Price Ticker?
Orca Price Ticker é uma extensão do Chrome desenvolvida por tiomanisland, e sua principal característica é "Displays the current ORCA price.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Orca Price Ticker
Baixe arquivos de extensão Orca Price Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Orca Price Ticker |
ID | hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
URL Oficial | https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj |
Descrição | Displays the current ORCA price. |
Tamanho do Arquivo | 46.45 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0 |
Última Atualização | 2021-10-01 |
Data de Publicação | 2021-09-30 |
Desenvolvedor | tiomanisland |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://orca.so |
URL da Página de Ajuda | https://twitter.com/orca_so |
Idiomas Suportados | 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": [] } |