stock-helper

a Chrome Extension for stock

What is stock-helper?

stock-helper is a Chrome extension developed by http://www.dddog.com.cn, and its main feature is "a Chrome Extension for stock".

Extension Screenshots

screenshot
screenshot

Download stock-helper Extension CRX File

Download stock-helper 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

                        a Chrome Extension for stock                    

Extension Basic Information

Name stock-helper stock-helper
ID akcminhddckjghbaolhcoccbjlmcnclo
Official URL https://chrome.google.com/webstore/detail/stock-helper/akcminhddckjghbaolhcoccbjlmcnclo
Description a Chrome Extension for stock
File Size 1.57 MB
Installation Count 85
Current Version 1.5.3
Last Updated 2018-05-23
Publish Date 2018-05-23
Rating 5.00/5 Total 5 Ratings
Developer http://www.dddog.com.cn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/Stock.png",
        "128": "images\/Stock.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/hq.sinajs.cn\/list=*",
        "http:\/\/suggest3.sinajs.cn\/suggest\/",
        "http:\/\/vip.stock.finance.sina.com.cn\/quotes_service\/view\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Stock.png",
            "38": "images\/Stock.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/stock_down.png",
        "images\/stock_up.png"
    ]
}