Zerodha Makeup

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

什麼是Zerodha Makeup?

Zerodha Makeup是由Prasanth KJ開發的Chrome擴展程式,該擴展的主要功能是“Make kite.zerodha.com to look more pleasing by updating colors of different elements.”。

擴展截圖

screenshot

下載Zerodha Makeup擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}