Sticker - Stock Ticker on Tab

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

Co to jest Sticker - Stock Ticker on Tab?

Sticker - Stock Ticker on Tab to rozszerzenie Chrome opracowane przez navn, a jego główną funkcją jest „Sticker, a stock ticker extension, displays vital stock information on the browser's tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sticker - Stock Ticker on Tab

Pobierz pliki rozszerzeń Sticker - Stock Ticker on Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sticker - Stock Ticker on Tab Sticker - Stock Ticker on Tab
ID ppnbdgalncmonkhmjmikknhpfepeiepf
Oficjalny URL https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf
Opis Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Rozmiar pliku 460 KB
Liczba instalacji 263
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2014-03-15
Data Publikacji 2014-03-15
Ocena 2.86/5 Łącznie 7 Oceny
Deweloper navn
Typ Płatności free
Strona Rozszerzenia https://github.com/staythirsty/sticker
Obsługiwane Języki 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": [
        ""
    ]
}