Crypto Price Checker

Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search.

Crypto Price Checker란 무엇입니까?

Crypto Price Checker은(는) currencyext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crypto Price Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Users of cryptocurrency converter apps can easily convert real-time currencies while keeping track on price and using Bing quick search.
By clicking "Add to Chrome", you accept and agree to installing Globe Earth New Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.

Privacy Policy: https://crypto-currency-converter.com/privacy.html
Terms of Use: https://crypto-currency-converter.com/eula.html
Contact us: https://crypto-currency-converter.com/contact-us.html
About us: https://crypto-currency-converter.com/contact-us.html#about                    

확장 프로그램 기본 정보

이름 Crypto Price Checker Crypto Price Checker
ID hljhbadlbcbbhddclfmdnnjmginohfol
공식 URL https://chromewebstore.google.com/detail/crypto-price-checker/hljhbadlbcbbhddclfmdnnjmginohfol
설명 Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search.
파일 크기 4.76 MB
설치 횟수 3,679
현재 버전 1.0.0.3
최근 업데이트 2023-01-11
출시 날짜 2023-01-02
개발자 currencyext
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Checker",
    "description": "Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Crypto Price Checker"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/index.html"
    },
    "host_permissions": [
        "https:\/\/api.binance.com\/api\/*",
        "https:\/\/fixer-fixer-currency-v1.p.rapidapi.com\/*"
    ],
    "icons": {
        "16": "logo-images\/16.png",
        "32": "logo-images\/32.png",
        "48": "logo-images\/48.png",
        "96": "logo-images\/48.png",
        "128": "logo-images\/128.png"
    }
}