Kite 3.0 Full Width Zerodha Trading Platform
This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.
什么是Kite 3.0 Full Width Zerodha Trading Platform?
Kite 3.0 Full Width Zerodha Trading Platform是由https://allindiainvest.com开发的Chrome扩展程序,该扩展的主要功能是“This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.”。
扩展截图
下载Kite 3.0 Full Width Zerodha Trading Platform扩展crx文件
下载Kite 3.0 Full Width Zerodha Trading Platform扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Updated to new KITE 3.0 to new URL redirected issue. Note : This extenstion is only for KITE 3.0 and still in beta so if you have any issue contact us we'll resolve asap! This extension will make your zerodha kite 3.0 trading app full-width for large screen desktop and laptops, also adding some twicks will help you stay more focused on trading. Happy trading!
扩展基本信息
名称 | Kite 3.0 Full Width Zerodha Trading Platform |
ID | blkggfdbpeboofklnehllkeiiphgfmmg |
官方URL | https://chromewebstore.google.com/detail/kite-30-full-width-zerodh/blkggfdbpeboofklnehllkeiiphgfmmg |
简介 | This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks. |
文件大小 | 6.26 KB |
安装次数 | 12,052 |
当前版本 | 3.0.2 |
更新时间 | 2019-01-12 |
上架时间 | 2019-01-12 |
评分 | 3.85/5 共20次评分 |
开发者 | https://allindiainvest.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sanampatel/kite-zerodha-style |
帮助页面URL | https://github.com/sanampatel/kite-zerodha-style |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kite 3.0 Full Width Zerodha Trading Platform", "short_name": "Full Width Zerodha Kite 3.0 (Beta)", "version": "3.0.2", "description": "This app will give zerodha kite 3.0 trading platform a full width look with also some minor twicks.", "homepage_url": "https:\/\/github.com\/sanampatel\/kite-zerodha-style", "author": "Sanam Patel ([email protected])", "icons": { "128": "kite128.png" }, "content_scripts": [ { "matches": [ "https:\/\/kite3.zerodha.com\/*", "https:\/\/kite.zerodha.com\/*" ], "css": [ "kite3-full-width.css" ] } ], "manifest_version": 2 } |