Orca Price Ticker

Displays the current ORCA price.

什么是Orca Price Ticker?

Orca Price Ticker是由tiomanisland开发的Chrome扩展程序,该扩展的主要功能是“Displays the current ORCA price.”。

扩展截图

screenshot

下载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 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": []
}