Stock Market Right-Click
Right click on selected text to be given an option to look up the stock.
Cos'è Stock Market Right-Click?
Stock Market Right-Click è un'estensione di Chrome sviluppata da dalton.cole, e la sua funzione principale è "Right click on selected text to be given an option to look up the stock.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stock Market Right-Click
Scarica i file di estensione Stock Market Right-Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | dgnpkmbeakjmhiopbkjdhobccihdipja |
URL Ufficiale | https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja |
Descrizione | Right click on selected text to be given an option to look up the stock. |
Dimensione del File | 20 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-09 |
Data di Pubblicazione | 2020-08-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dalton.cole |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |