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 |
官方URL | 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" ] } } |