Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
O que é Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar é uma extensão do Chrome desenvolvida por Katyi Gergo, e sua principal característica é "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live Cryptocurrency Toolbar
Baixe arquivos de extensão Live Cryptocurrency Toolbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
URL Oficial | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
Descrição | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
Tamanho do Arquivo | 47.37 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-05 |
Data de Publicação | 2018-08-05 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Katyi Gergo |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |