Stock Look Up

Get the up-to-date info on any US-listed security without leaving your browser.

Cos'è Stock Look Up?

Stock Look Up è un'estensione di Chrome sviluppata da sypteras.com, e la sua funzione principale è "Get the up-to-date info on any US-listed security without leaving your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stock Look Up

Scarica i file di estensione Stock Look Up 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

                        Stock Look Up retrieves the current price, day's dollar and percent price change, 
and a chart displaying the the day's price movement for any US-listed security.

Stock information comes from Yahoo Finance and may delayed up to 20 minutes.


1.1 Update

+ bug fixes                    

Informazioni di Base sull'Estensione

Nome Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
URL Ufficiale https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
Descrizione Get the up-to-date info on any US-listed security without leaving your browser.
Dimensione del File 119 KB
Conteggio Installazioni 110
Versione Corrente 1.1
Ultimo Aggiornamento 2015-01-02
Data di Pubblicazione 2015-01-01
Sviluppatore sypteras.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Look Up",
    "version": "1.1",
    "description": "Get the up-to-date info on any US-listed security without leaving your browser.",
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Stock Look Up",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}