ZET
Display SET Index. Data refresh every minute from settrade.com site.
什么是ZET?
ZET是由zinuzoid开发的Chrome扩展程序,该扩展的主要功能是“Display SET Index. Data refresh every minute from settrade.com site.”。
扩展截图
下载ZET扩展crx文件
下载ZET扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Display SET index(Stock Exchange of Thailand). Data refresh every minute from settrade.com site. SET index numbers shown in notification icon. When you click the notification icon it'll open popup directly to set.or.th, which show SET index interday graph.
扩展基本信息
名称 | |
ID | aoefkgcofjkonnklmpnhpcjlbjadeifo |
官方URL | https://chrome.google.com/webstore/detail/zet/aoefkgcofjkonnklmpnhpcjlbjadeifo |
简介 | Display SET Index. Data refresh every minute from settrade.com site. |
文件大小 | 19.61 KB |
安装次数 | 20 |
当前版本 | 0.2.2 |
更新时间 | 2016-09-06 |
上架时间 | 2016-09-06 |
评分 | 5.00/5 共1次评分 |
开发者 | zinuzoid |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "zet_off.png", "default_popup": "popup.html" }, "description": "Display SET Index. Data refresh every minute from settrade.com site.", "icons": { "128": "icon_128.png" }, "name": "ZET", "permissions": [ "alarms", "*:\/\/*.settrade.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.2.2", "manifest_version": 2 } |