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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}