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
}