Improved Google Stocks

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

Improved Google Stocksとは何ですか?

Improved Google StocksはNiko Kayによって開発されたChromeの拡張機能で、その主な機能は「Enhance the Google Stock widget by allowing instant news searching on a stock.」です。

拡張機能のスクリーンショット

screenshot

Improved Google Stocks拡張機能のCRXファイルをダウンロード

Improved Google Stocks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Improved Google Stocks Improved Google Stocks
ID ombmkbdflkdoajmjgbmljedbihadmcec
公式URL https://chromewebstore.google.com/detail/improved-google-stocks/ombmkbdflkdoajmjgbmljedbihadmcec
説明 Enhance the Google Stock widget by allowing instant news searching on a stock.
ファイルサイズ 593 KB
インストール数 317
現在のバージョン 1.1
最終更新日 2021-06-04
公開日 2020-03-12
評価 3.50/5 合計 2 レビュー
開発者 Niko Kay
Eメール [email protected]
支払い方法 free
対応言語 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
}