Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Qu'est-ce que Live Cryptocurrency Toolbar ?
Live Cryptocurrency Toolbar est une extension Chrome développée par Katyi Gergo, et sa fonction principale est "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live Cryptocurrency Toolbar
Téléchargez les fichiers d'extension Live Cryptocurrency Toolbar 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
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.
Informations de Base sur l'Extension
Nom | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
URL Officiel | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
Description | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
Taille du Fichier | 47.37 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-08-05 |
Date de Publication | 2018-08-05 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Katyi Gergo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Cryptocurrency Toolbar", "version": "1.0", "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.", "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "loader.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "cryptoToolbar.js" ] } ], "options_page": "options.html", "manifest_version": 2 } |