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
Eメール [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": []
}