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

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

拡張機能の使用方法

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