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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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": []
}