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 - это расширение Chrome, разработанное https://allindiainvest.com, и его основная функция - "This app will give zerodha kite trading platform a full width look with also some minor twicks.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Full Width Zerodha Kite Trading Platform

Скачайте файлы расширений 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
Электронная почта [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
}