CodewarsKatana
This extension brings small improvements to codewars.com.
Apa itu CodewarsKatana?
CodewarsKatana adalah ekstensi Chrome yang dikembangkan oleh http://www.odv.lv/, dan fitur utamanya adalah "This extension brings small improvements to codewars.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodewarsKatana
Unduh file ekstensi CodewarsKatana 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
This extension allows you to easily identify solved and unsolved codewars.com exercises by replacing their background. Successfully completed katas have a green background color while the ones that haven't been solved yet have a red background color. Besides making the status of each exercise more visible, it also blocks all the ads displayed on CodeWars.
Informasi Dasar Ekstensi
Nama | CodewarsKatana |
ID | egkiehpelenbjlfdhcjhbmcdcachcbob |
URL Resmi | https://chromewebstore.google.com/detail/codewarskatana/egkiehpelenbjlfdhcjhbmcdcachcbob |
Deskripsi | This extension brings small improvements to codewars.com. |
Ukuran File | 5.05 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2020-04-10 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://www.odv.lv/ |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodewarsKatana", "description": "This extension brings small improvements to codewars.com.", "version": "0.1.2", "browser_action": { "default_icon": "\/images\/icon.png" }, "icons": { "64": "\/images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.codewars.com\/*", "http:\/\/codewars.com\/*" ], "js": [ "index.js" ], "css": [ "\/css\/styles.css" ] } ] } |