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 |
Eメール | [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" ] } } |