Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
What is Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar is a Chrome extension developed by Katyi Gergo, and its main feature is "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Extension Screenshots
Download Live Cryptocurrency Toolbar Extension CRX File
Download Live Cryptocurrency Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
Official URL | 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. |
File Size | 47.37 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2018-08-05 |
Publish Date | 2018-08-05 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Katyi Gergo |
Payment Type | free |
Supported Languages | 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 } |