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"
]
}
]
} | |