Zerodha Makeup
Make kite.zerodha.com to look more pleasing by updating colors of different elements.
Apa itu Zerodha Makeup?
Zerodha Makeup adalah ekstensi Chrome yang dikembangkan oleh Prasanth KJ, dan fitur utamanya adalah "Make kite.zerodha.com to look more pleasing by updating colors of different elements.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zerodha Makeup
Unduh file ekstensi Zerodha Makeup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Zerodha Makeup |
ID | bdlildpdhdkbmpbkmoolpfdniamjpael |
URL Resmi | https://chromewebstore.google.com/detail/zerodha-makeup/bdlildpdhdkbmpbkmoolpfdniamjpael |
Deskripsi | Make kite.zerodha.com to look more pleasing by updating colors of different elements. |
Ukuran File | 6.26 KB |
Jumlah Instalasi | 291 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-09-07 |
Tanggal Publikasi | 2022-09-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Prasanth KJ |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://prasanthkj.github.io/chromeExtension/privacy.html |
Bahasa yang Didukung | 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" ] } ] } |