Zerodha Makeup

Make kite.zerodha.com to look more pleasing by updating colors of different elements.

Zerodha Makeupคืออะไร?

Zerodha Makeup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prasanth KJ และคุณลักษณะหลักของมันคือ "Make kite.zerodha.com to look more pleasing by updating colors of different elements."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zerodha Makeup

ดาวน์โหลดไฟล์ส่วนขยาย Zerodha Makeup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make kite.zerodha.com to look more pleasing by updating colors of different elements. 

This is the plugin for browser, that makes kite.zerodha.com to see in more clear formats by changing colors and size of some elements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zerodha Makeup Zerodha Makeup
ID bdlildpdhdkbmpbkmoolpfdniamjpael
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zerodha-makeup/bdlildpdhdkbmpbkmoolpfdniamjpael
คำอธิบาย Make kite.zerodha.com to look more pleasing by updating colors of different elements.
ขนาดไฟล์ 6.26 KB
จำนวนการติดตั้ง 291
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2022-09-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Prasanth KJ
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://prasanthkj.github.io/chromeExtension/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zerodha Makeup",
    "version": "1.0.0",
    "description": "Make kite.zerodha.com to look more pleasing by updating colors of different elements. ",
    "icons": {
        "48": "icons\/z_makeup_48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "*:\/\/kite.zerodha.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "zerodha_makeup.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}