Sticker - Stock Ticker on Tab

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

O que é Sticker - Stock Ticker on Tab?

Sticker - Stock Ticker on Tab é uma extensão do Chrome desenvolvida por navn, e sua principal característica é "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sticker - Stock Ticker on Tab

Baixe arquivos de extensão Sticker - Stock Ticker on Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sticker - Stock Ticker on Tab Sticker - Stock Ticker on Tab
ID ppnbdgalncmonkhmjmikknhpfepeiepf
URL Oficial https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf
Descrição Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Tamanho do Arquivo 460 KB
Contagem de Instalações 263
Versão Atual 1.3.0
Última Atualização 2014-03-15
Data de Publicação 2014-03-15
Classificação 2.86/5 Total de 7 Avaliações
Desenvolvedor navn
Tipo de Pagamento free
Site da Extensão https://github.com/staythirsty/sticker
Idiomas Suportados 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": [
        ""
    ]
}