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ファイルをダウンロード

Stock Shuffler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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