Zerodha Kite Enhancements

Add unique features to enhance Zerodha kite platform.

Zerodha Kite Enhancementsとは何ですか?

Zerodha Kite EnhancementsはVarunAgwによって開発されたChromeの拡張機能で、その主な機能は「Add unique features to enhance Zerodha kite platform.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Zerodha Kite Enhancements拡張機能のCRXファイルをダウンロード

Zerodha Kite Enhancements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension add new features to the Zerodha Kite platform.

Here is a list of unique features. Check screenshots for the demo for them.

1. Auto-fill order quantity by clicking on the amount you want for the order. i.e. 50K worth of share.

2. Hide squared-off position in Positions tab and Holdings tab. Also, hide rejected orders.

3. Use Ctrl+Shift+Click in watchlist to copy a symbol.

4. Add a shortcut to GTT page in the top bar.

5. Add an option to hide Quick watch list temporarily

6. 5 different zoom levels for Quickwatch in case you have lot of items in the list.

7. Full page-width on large screens.

For support or ideas, please visit https://github.com/VarunAgw/ZerodhaKiteEnhancements/discussions?discussions_q=                    

拡張機能の基本情報

名前 Zerodha Kite Enhancements Zerodha Kite Enhancements
ID enpiggkcfokpjboaognglohdbflinhbd
公式URL https://chromewebstore.google.com/detail/zerodha-kite-enhancements/enpiggkcfokpjboaognglohdbflinhbd
説明 Add unique features to enhance Zerodha kite platform.
ファイルサイズ 564 KB
インストール数 2,770
現在のバージョン 2.3.1
最終更新日 2024-03-01
公開日 2021-11-05
評価 4.89/5 合計 19 レビュー
開発者 VarunAgw
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/VarunAgw/ZerodhaKiteEnhancements
ヘルプページのURL https://github.com/VarunAgw/Apaxy-2/discussions
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zerodha Kite Enhancements",
    "description": "Add unique features to enhance Zerodha kite platform.",
    "icons": {
        "128": "icon-128x128.png"
    },
    "version": "2.3.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "jquery-3.7.1.js",
                "VK.js",
                "content-script.js"
            ]
        }
    ]
}