Multi Crypto Ticker - Toolbar price monitor

Monitor cryptocurrency prices in a unique, efficient way.

Multi Crypto Ticker - Toolbar price monitor란 무엇입니까?

Multi Crypto Ticker - Toolbar price monitor은(는) https://multicryptoticker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor cryptocurrency prices in a unique, efficient way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Multi Crypto Ticker - Toolbar price monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Watch all your favorite cryptocurrencies without having to open a new tab. Simply look at the toolbar or hover over the icon to view current prices.

Bitcoin, Ethereum, Doge and more - choose from the top 1000 coins by market cap.

- Right-click icon to access options (coin selection, display)
- Click icon to cycle displayed coin
- Hover over icon to quickly view all enabled coin prices

Premium features are now enabled for all users!

- Monitor up to 1000 cryptocurrencies (as screen space allows)
- Prices in 168 fiat currencies
- Fresh data within 5 mins

If you love it, support us if you can. Thanks!                    

확장 프로그램 기본 정보

이름 Multi Crypto Ticker - Toolbar price monitor Multi Crypto Ticker - Toolbar price monitor
ID mckpoliiiknakdcaoabkkdbbenopnabl
공식 URL https://chromewebstore.google.com/detail/multi-crypto-ticker-toolb/mckpoliiiknakdcaoabkkdbbenopnabl
설명 Monitor cryptocurrency prices in a unique, efficient way.
파일 크기 451 KB
설치 횟수 217
현재 버전 2.1.2
최근 업데이트 2024-02-12
출시 날짜 2022-02-04
평점 4.50/5 총 2 개의 평점
개발자 https://multicryptoticker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://multicryptoticker.com
도움말 페이지 URL https://multicryptoticker.com/help
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Crypto Ticker - Toolbar price monitor",
    "description": "Monitor cryptocurrency prices in a unique, efficient way.",
    "manifest_version": 3,
    "version": "2.1.2",
    "icons": {
        "128": "img\/default.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "action": {
        "default_icon": "img\/default.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service.js"
    }
}