Full Width Zerodha Kite Trading Platform

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

O que é Full Width Zerodha Kite Trading Platform?

Full Width Zerodha Kite Trading Platform é uma extensão do Chrome desenvolvida por https://allindiainvest.com, e sua principal característica é "This app will give zerodha kite trading platform a full width look with also some minor twicks.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Full Width Zerodha Kite Trading Platform

Baixe arquivos de extensão Full Width Zerodha Kite Trading Platform no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Full Width Zerodha Kite Trading Platform Full Width Zerodha Kite Trading Platform
ID kgijjlkfegfhnopieicnjmbcbhnbnakh
URL Oficial https://chromewebstore.google.com/detail/full-width-zerodha-kite-t/kgijjlkfegfhnopieicnjmbcbhnbnakh
Descrição This app will give zerodha kite trading platform a full width look with also some minor twicks.
Tamanho do Arquivo 6.8 KB
Contagem de Instalações 11,806
Versão Atual 1.0.2
Última Atualização 2019-01-12
Data de Publicação 2019-01-12
Classificação 4.58/5 Total de 38 Avaliações
Desenvolvedor https://allindiainvest.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sanampatel/kite-zerodha-style
URL da Página de Ajuda https://github.com/sanampatel/kite-zerodha-style
Idiomas Suportados 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
}