Cyborg

Sort Market Watch by Volatility

Cyborg là gì?

Cyborg là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Sort Market Watch by Volatility".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cyborg

Tải xuống các tệp mở rộng Cyborg dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cyborg Cyborg
ID fakmngnnndgdelejnopaleecadafplkf
URL Chính Thức https://chromewebstore.google.com/detail/cyborg/fakmngnnndgdelejnopaleecadafplkf
Mô tả Sort Market Watch by Volatility
Kích Thước Tệp 60.33 KB
Số Lần Cài Đặt 691
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-06-16
Ngày Phát Hành 2020-06-15
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}