Stock Market Right-Click

Right click on selected text to be given an option to look up the stock.

Apa itu Stock Market Right-Click?

Stock Market Right-Click adalah ekstensi Chrome yang dikembangkan oleh dalton.cole, dan fitur utamanya adalah "Right click on selected text to be given an option to look up the stock.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Stock Market Right-Click

Unduh file ekstensi Stock Market Right-Click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Stock Market Right-Click Stock Market Right-Click
ID dgnpkmbeakjmhiopbkjdhobccihdipja
URL Resmi https://chrome.google.com/webstore/detail/stock-market-right-click/dgnpkmbeakjmhiopbkjdhobccihdipja
Deskripsi Right click on selected text to be given an option to look up the stock.
Ukuran File 20 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-02-09
Tanggal Publikasi 2020-08-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang dalton.cole
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}