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
公式URL 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": [
        ""
    ]
}