Crypto Price Checker
Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search.
Τι είναι το Crypto Price Checker;
Το Crypto Price Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον currencyext, και η κύρια λειτουργία του είναι "Users can quickly check cryptocurrency price quotes, convert currencies, and use Bing search.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Crypto Price Checker
Λήψη αρχείων επέκτασης 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 |
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" } } |