Orca Price Ticker

Displays the current ORCA price.

Apa itu Orca Price Ticker?

Orca Price Ticker adalah ekstensi Chrome yang dikembangkan oleh tiomanisland, dan fitur utamanya adalah "Displays the current ORCA price.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Orca Price Ticker

Unduh file ekstensi Orca Price Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Orca Price Ticker Orca Price Ticker
ID hpgdkfpfdofoembpclbhkpcpgkfdbmaj
URL Resmi https://chromewebstore.google.com/detail/orca-price-ticker/hpgdkfpfdofoembpclbhkpcpgkfdbmaj
Deskripsi Displays the current ORCA price.
Ukuran File 46.45 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-10-01
Tanggal Publikasi 2021-09-30
Pengembang tiomanisland
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://orca.so
URL Halaman Bantuan https://twitter.com/orca_so
Bahasa yang Didukung 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": []
}