Realtime Quotes

Realtime price for portfolio tickers fetched from Yahoo Finance API

O que é Realtime Quotes?

Realtime Quotes é uma extensão do Chrome desenvolvida por Laksh, e sua principal característica é "Realtime price for portfolio tickers fetched from Yahoo Finance API".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Realtime Quotes

Baixe arquivos de extensão Realtime Quotes 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

                        Browser extension that fetches real-time price quotes (using stocks tickers) powered by Yahoo finance public API

- No more 15 min delayed quotes, all quotes are realtime from Yahoo API
- No need to open your app or hit a url to check realtime stock prices
- Now track realtime quotes right in the browser, say no to context switching
- All quotes powered by free Yahoo public API

Developers:
Ganesh Rajasekar - https://github.com/ganesh292/
Lakshmanan Arumugam - https://github.com/laksh47/

Project's Open Source Repository can be found here: https://github.com/Laksh47/realtime-quotes                    

Informações Básicas da Extensão

Nome Realtime Quotes Realtime Quotes
ID jhfkjpkleinhjlgmofanmgoepmifcgek
URL Oficial https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek
Descrição Realtime price for portfolio tickers fetched from Yahoo Finance API
Tamanho do Arquivo 711 KB
Contagem de Instalações 520
Versão Atual 0.0.6
Última Atualização 2021-01-19
Data de Publicação 2020-12-15
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Laksh
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/Laksh47
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Quotes",
    "description": "Realtime price for portfolio tickers fetched from Yahoo Finance API",
    "version": "0.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-qfrhMW9eTbaLovJo7vyzLPA2PQa8LfNWL1QWi8ICtw8='; object-src 'self'",
    "permissions": [
        "*:\/\/*.yahoo.com\/*"
    ]
}