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 |
Eメール | [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" ] } ] } |