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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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