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
电子邮箱 [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
}