Ticker Tool

Type 'tt' plus a stock ticker in the omnibox.

Cos'è Ticker Tool?

Ticker Tool è un'estensione di Chrome sviluppata da https://mowglii.com, e la sua funzione principale è "Type 'tt' plus a stock ticker in the omnibox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ticker Tool

Scarica i file di estensione Ticker Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ticker Tool makes getting stock info easy.

- Look up quotes on Google Finance and Yahoo Finance
- Look up conference call transcripts on Seeking Alpha
- Look up company filings on SEC.gov

Ticker Tool works in the Google Chrome Omnibox.

Usage:

tt aapl = Look up AAPL on Google Finance
tt aapl y = Look up AAPL on Yahoo Finance
tt aapl t = Look up AAPL on Seeking Alpha (get transcripts here)
tt aapl s = Look up AAPL filings on SEC.gov                    

Informazioni di Base sull'Estensione

Nome Ticker Tool Ticker Tool
ID pjnneeldndmbgfmlmcikdljmmleajgng
URL Ufficiale https://chromewebstore.google.com/detail/ticker-tool/pjnneeldndmbgfmlmcikdljmmleajgng
Descrizione Type 'tt' plus a stock ticker in the omnibox.
Dimensione del File 7.87 KB
Conteggio Installazioni 275
Versione Corrente 1.2
Ultimo Aggiornamento 2015-04-09
Data di Pubblicazione 2015-04-09
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore https://mowglii.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mowglii.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Ticker Tool",
    "description": "Type 'tt' plus a stock ticker in the omnibox.",
    "omnibox": {
        "keyword": "tt"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png"
    }
}