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 |
官方網址 | 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 } |