LeetCode Python Assistant
Makes your Python development more efficient on LeetCode.
Apa itu LeetCode Python Assistant?
LeetCode Python Assistant adalah ekstensi Chrome yang dikembangkan oleh fwuensche, dan fitur utamanya adalah "Makes your Python development more efficient on LeetCode.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LeetCode Python Assistant
Unduh file ekstensi LeetCode Python Assistant 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 provides the user with productivity tools, such as a button for YouTube solutions, automatically filtering Python discussions, sorting them by top rated, and more. That's pretty much it (so far), but contributions are more than welcome at https://github.com/fwuensche/leetcode-chrome-extension
Informasi Dasar Ekstensi
Nama | |
ID | ancmjhdhodjnghpopbhlihpggbgommgk |
URL Resmi | https://chrome.google.com/webstore/detail/leetcode-python-assistant/ancmjhdhodjnghpopbhlihpggbgommgk |
Deskripsi | Makes your Python development more efficient on LeetCode. |
Ukuran File | 213 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2018-09-18 |
Tanggal Publikasi | 2018-09-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | fwuensche |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/fwuensche/leetcode-chrome-extension |
URL Halaman Bantuan | http://github.com/fwuensche/leetcode-chrome-extension |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode Python Assistant", "description": "Makes your Python development more efficient on LeetCode.", "version": "0.1.0", "browser_action": { "default_popup": "search.html", "default_icon": "img\/lc-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*" ], "js": [ "js\/vendor\/jquery.js", "js\/problems.js" ] } ], "icons": { "144": "img\/icon_144.png" }, "manifest_version": 2 } |