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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}