Stock Market Right-Click

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

Wat is Stock Market Right-Click?

Stock Market Right-Click is een Chrome-extensie ontwikkeld door dalton.cole, en de belangrijkste functie is "Right click on selected text to be given an option to look up the stock.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stock Market Right-Click

Download Stock Market Right-Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Stock Market Right-Click Stock Market Right-Click
ID dgnpkmbeakjmhiopbkjdhobccihdipja
Officiële URL https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja
Beschrijving Right click on selected text to be given an option to look up the stock.
Bestandsgrootte 20 KB
Aantal Installaties 31
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-09
Publicatiedatum 2020-08-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dalton.cole
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}