Stock Market Right-Click

Right click on selected text to be given an option to look up the stock.

O que é Stock Market Right-Click?

Stock Market Right-Click é uma extensão do Chrome desenvolvida por dalton.cole, e sua principal característica é "Right click on selected text to be given an option to look up the stock.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stock Market Right-Click

Baixe arquivos de extensão Stock Market Right-Click 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

                        Select some text, right click, click on "Search for Stock" and done! A new tab will open with the Google Finance page info of the highlighted stock. Great for quickly viewing the stock price and chart for a given company.

I developed this extension because I read a lot of news articles on stocks and thought "I wonder how this stock has been doing". Selecting, copying, opening a new tab, and pasting got to be too much of a chore. This cuts my stock lookup time in half!                    

Informações Básicas da Extensão

Nome Stock Market Right-Click Stock Market Right-Click
ID dgnpkmbeakjmhiopbkjdhobccihdipja
URL Oficial https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja
Descrição Right click on selected text to be given an option to look up the stock.
Tamanho do Arquivo 20 KB
Contagem de Instalações 31
Versão Atual 1.0
Última Atualização 2021-02-09
Data de Publicação 2020-08-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dalton.cole
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Market Right-Click",
    "version": "1.0",
    "description": "Right click on selected text to be given an option to look up the stock.",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "images\/dollar_16.png",
        "32": "images\/dollar_32.png",
        "48": "images\/dollar_48.png",
        "128": "images\/dollar_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}