Stock Look Up

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

Wat is Stock Look Up?

Stock Look Up is een Chrome-extensie ontwikkeld door sypteras.com, en de belangrijkste functie is "Get the up-to-date info on any US-listed security without leaving your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stock Look Up

Download Stock Look Up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
Officiële URL https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
Beschrijving Get the up-to-date info on any US-listed security without leaving your browser.
Bestandsgrootte 119 KB
Aantal Installaties 110
Huidige Versie 1.1
Laatst Bijgewerkt 2015-01-02
Publicatiedatum 2015-01-01
Ontwikkelaar sypteras.com
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}