Sticker - Stock Ticker on Tab

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

Sticker - Stock Ticker on Tab란 무엇입니까?

Sticker - Stock Ticker on Tab은(는) navn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sticker, a stock ticker extension, displays vital stock information on the browser's tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sticker - Stock Ticker on Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Sticker - Stock Ticker on Tab Sticker - Stock Ticker on Tab
ID ppnbdgalncmonkhmjmikknhpfepeiepf
공식 URL https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf
설명 Sticker, a stock ticker extension, displays vital stock information on the browser's tab
파일 크기 460 KB
설치 횟수 263
현재 버전 1.3.0
최근 업데이트 2014-03-15
출시 날짜 2014-03-15
평점 2.86/5 총 7 개의 평점
개발자 navn
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/staythirsty/sticker
지원되는 언어 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": [
        ""
    ]
}