Stock Look Up

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

什麼是Stock Look Up?

Stock Look Up是由sypteras.com開發的Chrome擴展程式,該擴展的主要功能是“Get the up-to-date info on any US-listed security without leaving your browser.”。

擴展截圖

screenshot

下載Stock Look Up擴展crx文件

下載Stock Look Up擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
官方網址 https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
簡介 Get the up-to-date info on any US-listed security without leaving your browser.
檔案大小 119 KB
安裝次數 110
目前版本 1.1
更新時間 2015-01-02
上架時間 2015-01-01
開發者 sypteras.com
付費類型 free
支援的語言 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": [
        ""
    ]
}