Improved Google Stocks

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

Improved Google Stocks क्या है?

Improved Google Stocks Niko Kay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the Google Stock widget by allowing instant news searching on a stock."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Improved Google Stocks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}