Stock Look Up

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

What is Stock Look Up?

Stock Look Up is a Chrome extension developed by sypteras.com, and its main feature is "Get the up-to-date info on any US-listed security without leaving your browser.".

Extension Screenshots

screenshot

Download Stock Look Up Extension CRX File

Download Stock Look Up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
Official URL https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
Description Get the up-to-date info on any US-listed security without leaving your browser.
File Size 119 KB
Installation Count 110
Current Version 1.1
Last Updated 2015-01-02
Publish Date 2015-01-01
Developer sypteras.com
Payment Type free
Supported Languages 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": [
        ""
    ]
}