Orca Price Ticker

Displays the current ORCA price.

Was ist Orca Price Ticker?

Orca Price Ticker ist eine Chrome-Erweiterung, die von tiomanisland entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current ORCA price.".

Erweiterungsscreenshots

screenshot

Orca Price Ticker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Orca Price Ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Orca Price Ticker Orca Price Ticker
ID hpgdkfpfdofoembpclbhkpcpgkfdbmaj
Offizielle URL https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj
Beschreibung Displays the current ORCA price.
Dateigröße 46.45 KB
Installationsanzahl 34
Aktuelle Version 1.0
Letztes Update 2021-10-01
Veröffentlichungsdatum 2021-09-30
Entwickler tiomanisland
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://orca.so
Hilfeseite URL https://twitter.com/orca_so
Unterstützte Sprachen 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": []
}