LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
LeetCode Fixคืออะไร?
LeetCode Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bunny และคุณลักษณะหลักของมันคือ "Leetcode extension for showing dislike count in Dynamic Layout."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeetCode Fix
ดาวน์โหลดไฟล์ส่วนขยาย LeetCode Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get back the Leetcode problems dislike counts in Dynamic Layout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LeetCode Fix |
ID | kgenneohccgagookoocgihpkohmehnip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
คำอธิบาย | Leetcode extension for showing dislike count in Dynamic Layout. |
ขนาดไฟล์ | 13.7 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2023-11-23 |
วันที่เผยแพร่ | 2023-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | bunny |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bunnykek/LeetCode-Fix |
URL หน้าช่วยเหลือ | https://github.com/bunnykek/LeetCode-Fix/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LeetCode Fix", "description": "Leetcode extension for showing dislike count in Dynamic Layout.", "author": "https:\/\/github.com\/bunnykek", "version": "0.0.6", "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "host_permissions": [ "https:\/\/leetcode.com\/*" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/leetcode.com\/problems\/*" ] } ] } |