Dewey - The Stock Trader's Assistant

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

¿Qué es Dewey - The Stock Trader's Assistant?

Dewey - The Stock Trader's Assistant es una extensión de Chrome desarrollada por Dewey, y su función principal es "Stock quotes, news and data when you hover tickers and company names in your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Dewey - The Stock Trader's Assistant

Descarga archivos de extensión Dewey - The Stock Trader's Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Dewey - The Stock Trader's Assistant Dewey - The Stock Trader's Assistant
ID hfipllcfgflbbohoilndhoagcdinfeio
URL Oficial https://chromewebstore.google.com/detail/dewey-the-stock-traders-a/hfipllcfgflbbohoilndhoagcdinfeio
Descripción Stock quotes, news and data when you hover tickers and company names in your browser.
Tamaño del Archivo 1.17 MB
Cantidad de Instalaciones 34
Versión Actual 0.0.0.7
Última Actualización 2020-08-19
Fecha de Publicación 2020-07-02
Desarrollador Dewey
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}