Sticker - Stock Ticker on Tab

Sticker, a stock ticker extension, displays vital stock information on the browser's tab

Sticker - Stock Ticker on Tab là gì?

Sticker - Stock Ticker on Tab là một tiện ích mở rộng Chrome được phát triển bởi navn, và tính năng chính của nó là "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sticker - Stock Ticker on Tab

Tải xuống các tệp mở rộng Sticker - Stock Ticker on Tab 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

                        Allows you to surf and keep tabs on your favorite stocks at the same time without additional effort (e.g. check a website or an external widget)

Configure up to 5 of your favorite stocks. Also configure the frequency in which the display and stocks should refresh. The stock information is displayed only on the active tab when you switch tabs and doesn't interfere with your browsing.  

Convenient (Omnibox) commands on the address bar
- sticker start - starts Sticker from stop or pause states
- sticker stop - stops Sticker
- sticker pause - pauses Sticker. Automatically starts Sticker after browser restarts.
- sticker options - opens Sticker options page                    

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

Tên Sticker - Stock Ticker on Tab Sticker - Stock Ticker on Tab
ID ppnbdgalncmonkhmjmikknhpfepeiepf
URL Chính Thức https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf
Mô tả Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Kích Thước Tệp 460 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2014-03-15
Ngày Phát Hành 2014-03-15
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển navn
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/staythirsty/sticker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticker - Stock Ticker on Tab",
    "version": "1.3.0",
    "description": "Sticker, a stock ticker extension, displays vital stock information on the browser's tab",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "omnibox": {
        "keyword": "sticker"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        ""
    ]
}