Stock Market Right-Click
Right click on selected text to be given an option to look up the stock.
Qu'est-ce que Stock Market Right-Click ?
Stock Market Right-Click est une extension Chrome développée par dalton.cole, et sa fonction principale est "Right click on selected text to be given an option to look up the stock.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stock Market Right-Click
Téléchargez les fichiers d'extension Stock Market Right-Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dgnpkmbeakjmhiopbkjdhobccihdipja |
URL Officiel | 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. |
Taille du Fichier | 20 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-02-09 |
Date de Publication | 2020-08-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | dalton.cole |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |