Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Was ist Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar ist eine Chrome-Erweiterung, die von Katyi Gergo entwickelt wurde, und ihr Hauptmerkmal ist "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Erweiterungsscreenshots
Live Cryptocurrency Toolbar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Live Cryptocurrency Toolbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
Offizielle URL | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
Beschreibung | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
Dateigröße | 47.37 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-08-05 |
Veröffentlichungsdatum | 2018-08-05 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Katyi Gergo |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |