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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |