Orca Price Ticker

Displays the current ORCA price.

Co je Orca Price Ticker?

Orca Price Ticker je rozšíření Chrome vyvinuté tiomanisland, a jeho hlavní funkcí je „Displays the current ORCA price.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Orca Price Ticker

Stáhněte si soubory rozšíření Orca Price Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Orca Price Ticker Orca Price Ticker
ID hpgdkfpfdofoembpclbhkpcpgkfdbmaj
Oficiální URL https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj
Popis Displays the current ORCA price.
Velikost souboru 46.45 KB
Počet instalací 34
Aktuální Verze 1.0
Poslední Aktualizace 2021-10-01
Datum Vydání 2021-09-30
Vývojář tiomanisland
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://orca.so
URL Stránky Nápovědy https://twitter.com/orca_so
Podporované Jazyky 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": []
}