Crypto Price Checker
Check crypto prices!
Qu'est-ce que Crypto Price Checker ?
Crypto Price Checker est une extension Chrome développée par https://lewiszou.com, et sa fonction principale est "Check crypto prices!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto Price Checker
Téléchargez les fichiers d'extension Crypto Price Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.
Informations de Base sur l'Extension
Nom | Crypto Price Checker |
ID | lgodfpmfocbdblieklacjfokganlnigm |
URL Officiel | https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm |
Description | Check crypto prices! |
Taille du Fichier | 172 KB |
Nombre d'Installations | 13 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2018-12-06 |
Date de Publication | 2018-12-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://lewiszou.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Price Checker", "description": "Check crypto prices!", "version": "2.0.0", "icons": { "128": "icon_128.png" }, "permissions": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "background": { "scripts": [ "jquery-3.3.1.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "js": [ "jquery-3.3.1.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |