股票行情查看 - Stock quotes

股票行情指数查看工具,上证,A股,港股,K线

What is 股票行情查看 - Stock quotes?

股票行情查看 - Stock quotes is a Chrome extension developed by 行情中心, and its main feature is "股票行情指数查看工具,上证,A股,港股,K线".

Extension Screenshots

screenshot

Download 股票行情查看 - Stock quotes Extension CRX File

Download 股票行情查看 - Stock quotes 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股实时股票信息,实时成交价格,沪深指数等等

-------- v1.0.6 2021-2-27 --------
1、修复搜索网络问题
2、有任何问题与建议可以在评论里留言,都会得到及时回复!元宵节快乐,牛气冲天

-------- v1.0.3 2021-1-10 --------
1、修复部分网络问题

-------- v1.0.3 2020-5-3 --------
1、支持夜晚模式
2、支持日线k线图
3、支持隐藏k线图

-------- v1.0.0 2020-5-3 --------
1、支持自选股
2、支持分时线k线图                    

Extension Basic Information

Name 股票行情查看 - Stock quotes 股票行情查看 - Stock quotes
ID pbadnnpahhdcdbbiebbglglaflnhmmac
Official URL https://chromewebstore.google.com/detail/%E8%82%A1%E7%A5%A8%E8%A1%8C%E6%83%85%E6%9F%A5%E7%9C%8B-stock-quotes/pbadnnpahhdcdbbiebbglglaflnhmmac
Description 股票行情指数查看工具,上证,A股,港股,K线
File Size 408 KB
Installation Count 839
Current Version 1.0.6
Last Updated 2021-02-27
Publish Date 2020-05-03
Rating 4.83/5 Total 6 Ratings
Developer 行情中心
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "description": "\u80a1\u7968\u884c\u60c5\u6307\u6570\u67e5\u770b\u5de5\u5177\uff0c\u4e0a\u8bc1\uff0cA\u80a1\uff0c\u6e2f\u80a1\uff0cK\u7ebf",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "\u80a1\u7968\u884c\u60c5\u67e5\u770b - Stock quotes",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "https:\/\/smartbox.gtimg.cn\/*"
    ],
    "version": "1.0.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}