Orca Price Ticker

Displays the current ORCA price.

ما هو Orca Price Ticker؟

Orca Price Ticker هو إضافة Chrome تم تطويرها بواسطة tiomanisland، والميزة الرئيسية لها هي "Displays the current ORCA price.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Orca Price Ticker

قم بتنزيل ملفات الامتداد Orca Price Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": []
}