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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |