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.”。
扩展截图
下载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 |
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" ] } ] } |