Gold Index

在工具栏展示黄金、白银、Ag(T+D)、Au(T+D)行情信息,角标实时显示指定品种价格,并可设置涨跌价格提醒。

What is Gold Index?

Gold Index is a Chrome extension developed by Alex Hua, and its main feature is "在工具栏展示黄金、白银、Ag(T+D)、Au(T+D)行情信息,角标实时显示指定品种价格,并可设置涨跌价格提醒。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gold Index Extension CRX File

Download Gold Index 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

                        在菜单栏展示工行黄金、白银、铂金、贵金属递延:Ag(T+D)、Au(T+D)、mAu(T+D)行情信息和价格走势,角标实时显示指定品种价格,可设置各品种涨跌提醒;右击工具栏图标可关闭实时显示,及清除所有涨跌提醒。

周末没有行情,会自动停止数据更新。

备注:数据来源于工商银行官方网站移动版。


免责声明:本扩展所展示价格信息仅供参考,具体行情请以实际交易时的官方报价为准。开发本程序纯属个人爱好,仅供个人使用,勿用于商业用途,作者不承担任何因使用本扩展程序带来的经济损失。


更新说明:
V3.2.0:重写UI,界面更加友好,体验更加丝滑,并添加自动暗色模式。

V3.1.0:适配工行新版数据来源(主要功能基本可用,因精力有限,仍留存一些UI小问题,装卸请自便。)

V3.0.2:修复价格上涨时无法显示的问题

V3.0.1:修复无法自动启动的问题

V3.0.0:Bug修复

V2.0.5:周末休市,暂停显示。

V2.0.4:价格提醒加入时间信息。

V2.0.3:修复若干问题。

V2.0.2.1:修复Ag(T+D)与Au(T+D)提醒特效错位的问题,如有问题请重装本扩展恢复。

V2.0.2:修复一个返回数据为空时,下跌提醒误报的问题。

V2.0:加入涨跌提醒功能,可通过右键上下文菜单定制所有品种价格涨跌提醒通知。自定义实时显示项目,可通过右键上下文菜单指定需要实时显示的交易品种。

V1.6:加入关闭选项,右键单击工具栏图标可以关闭实时显示。

V1.5:加入工具栏图标实时显示美元黄金价格功能                    

Extension Basic Information

Name Gold Index Gold Index
ID ehkdekfplfleigejnihhphiehgngmlla
Official URL https://chromewebstore.google.com/detail/gold-index/ehkdekfplfleigejnihhphiehgngmlla
Description 在工具栏展示黄金、白银、Ag(T+D)、Au(T+D)行情信息,角标实时显示指定品种价格,并可设置涨跌价格提醒。
File Size 50 KB
Installation Count 261
Current Version 3.2.0
Last Updated 2024-01-09
Publish Date 2017-09-26
Rating 4.71/5 Total 7 Ratings
Developer Alex Hua
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.aria2e.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gold Index",
    "version": "3.2.0",
    "author": "Alex Hua",
    "manifest_version": 3,
    "minimum_chrome_version": "100.0.0",
    "description": "\u5728\u5de5\u5177\u680f\u5c55\u793a\u9ec4\u91d1\u3001\u767d\u94f6\u3001Ag(T+D)\u3001Au(T+D)\u884c\u60c5\u4fe1\u606f\uff0c\u89d2\u6807\u5b9e\u65f6\u663e\u793a\u6307\u5b9a\u54c1\u79cd\u4ef7\u683c\uff0c\u5e76\u53ef\u8bbe\u7f6e\u6da8\u8dcc\u4ef7\u683c\u63d0\u9192\u3002",
    "icons": {
        "32": "image\/32.png",
        "48": "image\/48.png",
        "64": "image\/64.png",
        "128": "image\/128.png"
    },
    "action": {
        "default_icon": {
            "32": "image\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gold Index"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/m.icbc.com.cn\/*",
        "*:\/\/papi.icbc.com.cn\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/m.icbc.com.cn\/mpage\/precious-metal\/detail*"
            ],
            "all_frames": true,
            "js": [
                "js\/detailPage.js"
            ],
            "run_at": "document_idle"
        }
    ]
}