AMZN stock ticker
Show AMZN stock price in your Chrome browser
O que é AMZN stock ticker?
AMZN stock ticker é uma extensão do Chrome desenvolvida por Ivo Janssen, e sua principal característica é "Show AMZN stock price in your Chrome browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AMZN stock ticker
Baixe arquivos de extensão AMZN stock ticker 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
Do you wish that you could look at your favorite stock quote at a glance without having to open a separate tab and search for it? This little utility will display the latest stock quote right in your extension bar. Options include a configurable update interval and you can change the stock symbol as well. By default it shows the AMZN stock symbol.
Informações Básicas da Extensão
Nome | AMZN stock ticker |
ID | cbmpnogekngmlcgpejiiigiggklhdlij |
URL Oficial | https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij |
Descrição | Show AMZN stock price in your Chrome browser |
Tamanho do Arquivo | 12.59 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.9.5 |
Última Atualização | 2022-08-24 |
Data de Publicação | 2022-05-21 |
Desenvolvedor | Ivo Janssen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/janssenivo/amzn-chrome |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMZN stock ticker", "description": "Show AMZN stock price in your Chrome browser", "version": "0.9.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/yh-finance.p.rapidapi.com\/stock\/" ], "action": { "default_icon": { "128": "amazon128.png" } } } |