Improved Google Stocks

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

Was ist Improved Google Stocks?

Improved Google Stocks ist eine Chrome-Erweiterung, die von Niko Kay entwickelt wurde, und ihr Hauptmerkmal ist "Enhance the Google Stock widget by allowing instant news searching on a stock.".

Erweiterungsscreenshots

screenshot

Improved Google Stocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Improved Google Stocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Improved Google Stocks Improved Google Stocks
ID ombmkbdflkdoajmjgbmljedbihadmcec
Offizielle URL https://chromewebstore.google.com/detail/improved-google-stocks/ombmkbdflkdoajmjgbmljedbihadmcec
Beschreibung Enhance the Google Stock widget by allowing instant news searching on a stock.
Dateigröße 593 KB
Installationsanzahl 317
Aktuelle Version 1.1
Letztes Update 2021-06-04
Veröffentlichungsdatum 2020-03-12
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler Niko Kay
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}