Improved Google Stocks

Enhance the Google Stock widget by allowing instant news searching on a stock.

Improved Google Stocks là gì?

Improved Google Stocks là một tiện ích mở rộng Chrome được phát triển bởi Niko Kay, và tính năng chính của nó là "Enhance the Google Stock widget by allowing instant news searching on a stock.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Improved Google Stocks

Tải xuống các tệp mở rộng Improved Google Stocks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Improved Google Stocks allows you to instantly search for news about the stocks and cryptocurrencies that you're viewing with the Google stock widget by simply clicking on the price card.

This extension is useful when looking at a new stock and you see spikes in the price.  Click and drag to highlight that region and you'll get all the news results from that time period to find out what caused the spikes.  This extension will display news for all Google supported exchanges, as well as Bitcoin and Ethereum.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Improved Google Stocks Improved Google Stocks
ID ombmkbdflkdoajmjgbmljedbihadmcec
URL Chính Thức https://chromewebstore.google.com/detail/improved-google-stocks/ombmkbdflkdoajmjgbmljedbihadmcec
Mô tả Enhance the Google Stock widget by allowing instant news searching on a stock.
Kích Thước Tệp 593 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-06-04
Ngày Phát Hành 2020-03-12
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Niko Kay
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improved Google Stocks",
    "version": "1.1",
    "description": "Enhance the Google Stock widget by allowing instant news searching on a stock.",
    "icons": {
        "128": "images\/logo.png"
    },
    "action": {
        "default_popup": "page-action\/popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/search*"
            ],
            "js": [
                "content-script\/contentScript.js"
            ],
            "css": [
                "content-script\/contentScript.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'"
    },
    "manifest_version": 3
}