Favicon Stock Symbol

Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.

Cos'è Favicon Stock Symbol?

Favicon Stock Symbol è un'estensione di Chrome sviluppata da Bowen Feng, e la sua funzione principale è "Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Favicon Stock Symbol

Scarica i file di estensione Favicon Stock Symbol in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.                    

Informazioni di Base sull'Estensione

Nome Favicon Stock Symbol Favicon Stock Symbol
ID pgfnhipelbmomniaieloacaofmjfpnha
URL Ufficiale https://chromewebstore.google.com/detail/favicon-stock-symbol/pgfnhipelbmomniaieloacaofmjfpnha
Descrizione Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.
Dimensione del File 71.1 KB
Conteggio Installazioni 87
Versione Corrente 1.3
Ultimo Aggiornamento 2019-12-07
Data di Pubblicazione 2019-12-06
Sviluppatore Bowen Feng
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favicon Stock Symbol",
    "description": "Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.stockcharts.com\/*",
                "https:\/\/*.stockcharts.com\/*",
                "http:\/\/*.google.com\/finance*",
                "https:\/\/*.google.com\/finance*",
                "http:\/\/finance.yahoo.com\/*",
                "https:\/\/finance.yahoo.com\/*"
            ],
            "js": [
                "lib\/favico.js",
                "lib\/jquery-2.1.4.min.js",
                "lib\/lodash-3.10.1.min.js",
                "stockicon.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/stockcharts.com\/*"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}