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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dalton.cole และคุณลักษณะหลักของมันคือ "Right click on selected text to be given an option to look up the stock."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stock Market Right-Click

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stock Market Right-Click Stock Market Right-Click
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"
        ]
    }
}