Orca Price Ticker

Displays the current ORCA price.

Orca Price Ticker란 무엇입니까?

Orca Price Ticker은(는) tiomanisland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current ORCA price."입니다.

확장 프로그램 스크린샷

screenshot

Orca Price Ticker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": []
}