Favicon Stock Symbol

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

What is Favicon Stock Symbol?

Favicon Stock Symbol is a Chrome extension developed by Bowen Feng, and its main feature is "Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.".

Extension Screenshots

screenshot

Download Favicon Stock Symbol Extension CRX File

Download Favicon Stock Symbol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Favicon Stock Symbol Favicon Stock Symbol
ID pgfnhipelbmomniaieloacaofmjfpnha
Official URL https://chromewebstore.google.com/detail/favicon-stock-symbol/pgfnhipelbmomniaieloacaofmjfpnha
Description Shows stock symbol on favicon for Google finance, Yahoo finance and Stockcharts.com.
File Size 71.1 KB
Installation Count 87
Current Version 1.3
Last Updated 2019-12-07
Publish Date 2019-12-06
Developer Bowen Feng
Payment Type free
Supported Languages 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"
    }
}