Stock Market Right-Click
Right click on selected text to be given an option to look up the stock.
What is Stock Market Right-Click?
Stock Market Right-Click is a Chrome extension developed by dalton.cole, and its main feature is "Right click on selected text to be given an option to look up the stock.".
Extension Screenshots
Download Stock Market Right-Click Extension CRX File
Download Stock Market Right-Click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | dgnpkmbeakjmhiopbkjdhobccihdipja |
Official URL | https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja |
Description | Right click on selected text to be given an option to look up the stock. |
File Size | 20 KB |
Installation Count | 31 |
Current Version | 1.0 |
Last Updated | 2021-02-09 |
Publish Date | 2020-08-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dalton.cole |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |