Sticker - Stock Ticker on Tab

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

Qu'est-ce que Sticker - Stock Ticker on Tab ?

Sticker - Stock Ticker on Tab est une extension Chrome développée par navn, et sa fonction principale est "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sticker - Stock Ticker on Tab

Téléchargez les fichiers d'extension Sticker - Stock Ticker on Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sticker - Stock Ticker on Tab Sticker - Stock Ticker on Tab
ID ppnbdgalncmonkhmjmikknhpfepeiepf
URL Officiel https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf
Description Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Taille du Fichier 460 KB
Nombre d'Installations 263
Version Actuelle 1.3.0
Dernière Mise à Jour 2014-03-15
Date de Publication 2014-03-15
Évaluation 2.86/5 Total 7 Évaluations
Développeur navn
Type de Paiement free
Site Web de l'Extension https://github.com/staythirsty/sticker
Langues Prises en Charge 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": [
        ""
    ]
}