Full Width Zerodha Kite Trading Platform

This app will give zerodha kite trading platform a full width look with also some minor twicks.

Full Width Zerodha Kite Trading Platformとは何ですか?

Full Width Zerodha Kite Trading Platformはhttps://allindiainvest.comによって開発されたChromeの拡張機能で、その主な機能は「This app will give zerodha kite trading platform a full width look with also some minor twicks.」です。

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

screenshot

Full Width Zerodha Kite Trading Platform拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Note : From new update 1.0.2 the old kite support has been dropped and now only KITE 3.0 (Current Version) will be supported!

Beta version for KITE 3.0 has been launched but still in beta follow this link : https://chrome.google.com/webstore/detail/blkggfdbpeboofklnehllkeiiphgfmmg/


This extension will make your zerodha kite trading app full-width for large screen desktop and laptops, also adding some twicks will help you stay more focused on trading.

Happy trading!                    

拡張機能の基本情報

名前 Full Width Zerodha Kite Trading Platform Full Width Zerodha Kite Trading Platform
ID kgijjlkfegfhnopieicnjmbcbhnbnakh
公式URL https://chromewebstore.google.com/detail/full-width-zerodha-kite-t/kgijjlkfegfhnopieicnjmbcbhnbnakh
説明 This app will give zerodha kite trading platform a full width look with also some minor twicks.
ファイルサイズ 6.8 KB
インストール数 11,806
現在のバージョン 1.0.2
最終更新日 2019-01-12
公開日 2019-01-12
評価 4.58/5 合計 38 レビュー
開発者 https://allindiainvest.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sanampatel/kite-zerodha-style
ヘルプページのURL https://github.com/sanampatel/kite-zerodha-style
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Zerodha Kite Trading Platform",
    "short_name": "Full Width Zerodha Kite Trading Plateform",
    "version": "1.0.2",
    "description": "This app will give zerodha kite 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
}