Stock Extension

Shows stock information as a browser action

Qu'est-ce que Stock Extension ?

Stock Extension est une extension Chrome développée par jamessitto, et sa fonction principale est "Shows stock information as a browser action".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stock Extension

Téléchargez les fichiers d'extension Stock Extension 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

                        Stock Tracker Extension by nwoodthorpe
Chrome extension that shows favourite stocks in a chrome extension icon. Select your favourite stocks and the extension will cycle between them every few seconds showing the current price. +/- is indicated by the text color.

This extension uses the Yahoo Finance API for pulling stock information. Find the ticker name Yahoo Finance uses, which may be prefixed by the exchange. E.g. NYSE:SHOP                    

Informations de Base sur l'Extension

Nom Stock Extension Stock Extension
ID dnnjkhphmdlpldfbcmkkklhldgjhdhif
URL Officiel https://chromewebstore.google.com/detail/stock-extension/dnnjkhphmdlpldfbcmkkklhldgjhdhif
Description Shows stock information as a browser action
Taille du Fichier 22.49 KB
Nombre d'Installations 178
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-10-02
Date de Publication 2018-10-02
Évaluation 1.00/5 Total 2 Évaluations
Développeur jamessitto
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Extension",
    "version": "1.0.0",
    "description": "Shows stock information as a browser action",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}