Dewey - The Stock Trader's Assistant

Stock quotes, news and data when you hover tickers and company names in your browser.

Dewey - The Stock Trader's Assistant क्या है?

Dewey - The Stock Trader's Assistant Dewey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stock quotes, news and data when you hover tickers and company names in your browser."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Dewey - The Stock Trader's Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Stock data and news without opening a new tab.

Dewey scans the page for stock tickers and company names. Hovering over those names brings back an unobtrusive pop-up with:

-Live day and 52-week trading ranges
-Filtered news/Twitter feed matched for keywords

Update 0.0.0.7
-performance enhancements                    

एक्सटेंशन की मूल जानकारी

नाम Dewey - The Stock Trader's Assistant Dewey - The Stock Trader's Assistant
ID hfipllcfgflbbohoilndhoagcdinfeio
आधिकारिक URL https://chromewebstore.google.com/detail/dewey-the-stock-traders-a/hfipllcfgflbbohoilndhoagcdinfeio
विवरण Stock quotes, news and data when you hover tickers and company names in your browser.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 34
वर्तमान संस्करण 0.0.0.7
अंतिम अपडेट 2020-08-19
प्रकाशन तिथि 2020-07-02
डेवलपर Dewey
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dewey - The Stock Trader's Assistant",
    "version": "0.0.0.7",
    "description": "Stock quotes, news and data when you hover tickers and company names in your browser.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "jquery-ui.js",
            "background.js",
            "moment.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "core.css",
                "jquery-ui.css",
                "tipso.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "jquery-ui.js",
                "tipso.js",
                "content.js",
                "plotly.js",
                "moment.js",
                "resultSearch.js",
                "ahoCorasick.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}