Full Width Zerodha Kite Trading Platform

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

Cos'è Full Width Zerodha Kite Trading Platform?

Full Width Zerodha Kite Trading Platform è un'estensione di Chrome sviluppata da https://allindiainvest.com, e la sua funzione principale è "This app will give zerodha kite trading platform a full width look with also some minor twicks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Full Width Zerodha Kite Trading Platform

Scarica i file di estensione Full Width Zerodha Kite Trading Platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Full Width Zerodha Kite Trading Platform Full Width Zerodha Kite Trading Platform
ID kgijjlkfegfhnopieicnjmbcbhnbnakh
URL Ufficiale https://chromewebstore.google.com/detail/full-width-zerodha-kite-t/kgijjlkfegfhnopieicnjmbcbhnbnakh
Descrizione This app will give zerodha kite trading platform a full width look with also some minor twicks.
Dimensione del File 6.8 KB
Conteggio Installazioni 11,806
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-01-12
Data di Pubblicazione 2019-01-12
Valutazione 4.58/5 Totale 38 Valutazioni
Sviluppatore https://allindiainvest.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sanampatel/kite-zerodha-style
URL della Pagina di Aiuto https://github.com/sanampatel/kite-zerodha-style
Lingue Supportate 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
}