Stock Shuffler

Get the latest stock prices right in your navigation bar.

Stock Shuffler란 무엇입니까?

Stock Shuffler은(는) mjbraze에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the latest stock prices right in your navigation bar."입니다.

확장 프로그램 스크린샷

screenshot

Stock Shuffler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stock Shuffler is a persistent stock ticker which shows up right on your navigation bar.  Once you configure the stocks you're interested in, this extension will shuffle through and show you the latest price without the need to click anything!

Stock prices are currently drawn from Yahoo's Finance API.  Occasionally, if the API is too slow to respond, you may see "NA" show up for the stock price.  If this persists, the API server may be down.

Please submit your feedback to help improve this tool!                    

확장 프로그램 기본 정보

이름 Stock Shuffler Stock Shuffler
ID pamkgljpcgpdpeijdoiiiajjnlckbknk
공식 URL https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk
설명 Get the latest stock prices right in your navigation bar.
파일 크기 52.23 KB
설치 횟수 143
현재 버전 1.1.0
최근 업데이트 2016-03-26
출시 날짜 2016-03-26
평점 2.88/5 총 8 개의 평점
개발자 mjbraze
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Shuffler",
    "short_name": "StockShuffle",
    "description": "Get the latest stock prices right in your navigation bar.",
    "version": "1.1.0",
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/query.yahooapis.com\/",
        "storage"
    ]
}