Stock Market Right-Click
Right click on selected text to be given an option to look up the stock.
什麼是Stock Market Right-Click?
Stock Market Right-Click是由dalton.cole開發的Chrome擴展程式,該擴展的主要功能是“Right click on selected text to be given an option to look up the stock.”。
擴展截圖
下載Stock Market Right-Click擴展crx文件
下載Stock Market Right-Click擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | dgnpkmbeakjmhiopbkjdhobccihdipja |
官方網址 | https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja |
簡介 | Right click on selected text to be given an option to look up the stock. |
檔案大小 | 20 KB |
安裝次數 | 31 |
目前版本 | 1.0 |
更新時間 | 2021-02-09 |
上架時間 | 2020-08-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | dalton.cole |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } } |