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 |
| 官方網址 | 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"
]
}
]
} | |