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ファイルをダウンロード

Crypto Price Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}