Stock Market Right-Click

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

¿Qué es Stock Market Right-Click?

Stock Market Right-Click es una extensión de Chrome desarrollada por dalton.cole, y su función principal es "Right click on selected text to be given an option to look up the stock.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Stock Market Right-Click

Descarga archivos de extensión Stock Market Right-Click en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Stock Market Right-Click Stock Market Right-Click
ID dgnpkmbeakjmhiopbkjdhobccihdipja
URL Oficial https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja
Descripción Right click on selected text to be given an option to look up the stock.
Tamaño del Archivo 20 KB
Cantidad de Instalaciones 31
Versión Actual 1.0
Última Actualización 2021-02-09
Fecha de Publicación 2020-08-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador dalton.cole
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}