Improved Google Stocks

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

Qu'est-ce que Improved Google Stocks ?

Improved Google Stocks est une extension Chrome développée par Niko Kay, et sa fonction principale est "Enhance the Google Stock widget by allowing instant news searching on a stock.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Improved Google Stocks

Téléchargez les fichiers d'extension Improved Google Stocks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Improved Google Stocks Improved Google Stocks
ID ombmkbdflkdoajmjgbmljedbihadmcec
URL Officiel https://chromewebstore.google.com/detail/improved-google-stocks/ombmkbdflkdoajmjgbmljedbihadmcec
Description Enhance the Google Stock widget by allowing instant news searching on a stock.
Taille du Fichier 593 KB
Nombre d'Installations 317
Version Actuelle 1.1
Dernière Mise à Jour 2021-06-04
Date de Publication 2020-03-12
Évaluation 3.50/5 Total 2 Évaluations
Développeur Niko Kay
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}