Cyborg
Sort Market Watch by Volatility
什么是Cyborg?
Cyborg是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Sort Market Watch by Volatility”。
扩展截图
下载Cyborg扩展crx文件
下载Cyborg扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View the most volatile stocks over the last 10seconds, 1minute or 1hour etc in zerodha kite
With this extension, you can:
1) Sort the stocks in current marketwatch by volatility.
2) Load market watch with list of different index stocks
Usage:
1) Choose the "period" by clicking "settings" at the bottom right of marketwatch.
2) Then click "Run" to begin sorting
- Run when the market is live and stock prices are changing
- You may Buy/Sell stocks or view the chart while the sorting is running, but changing the marketwatch is not recommended. 扩展基本信息
| 名称 | |
| ID | fakmngnnndgdelejnopaleecadafplkf |
| 官方URL | https://chromewebstore.google.com/detail/cyborg/fakmngnnndgdelejnopaleecadafplkf |
| 简介 | Sort Market Watch by Volatility |
| 文件大小 | 60.33 KB |
| 安装次数 | 691 |
| 当前版本 | 1.3 |
| 更新时间 | 2020-06-16 |
| 上架时间 | 2020-06-15 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cyborg",
"description": "Sort Market Watch by Volatility",
"version": "1.3",
"icons": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"web_accessible_resources": [
"jquery.js",
"resources\/ww_utils.js",
"data.js"
],
"content_scripts": [
{
"matches": [
"https:\/\/kite.zerodha.com\/*"
],
"js": [
"jquery.js",
"inject.js"
]
}
]
} | |