Stock Shuffler

Get the latest stock prices right in your navigation bar.

Stock Shuffler là gì?

Stock Shuffler là một tiện ích mở rộng Chrome được phát triển bởi mjbraze, và tính năng chính của nó là "Get the latest stock prices right in your navigation bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stock Shuffler

Tải xuống các tệp mở rộng Stock Shuffler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stock Shuffler Stock Shuffler
ID pamkgljpcgpdpeijdoiiiajjnlckbknk
URL Chính Thức https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk
Mô tả Get the latest stock prices right in your navigation bar.
Kích Thước Tệp 52.23 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-03-26
Ngày Phát Hành 2016-03-26
Đánh Giá 2.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển mjbraze
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}