Leetcode Helper
This extension is a useful helper when you code at leetcode.com and leetcode.cn
Leetcode Helperคืออะไร?
Leetcode Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wenfeng และคุณลักษณะหลักของมันคือ "This extension is a useful helper when you code at leetcode.com and leetcode.cn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leetcode Helper
ดาวน์โหลดไฟล์ส่วนขยาย Leetcode Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a useful helper for leetcode.com and leetcode.cn 1. Copy the description and answer for markdown 2. Find videos about the problem LeetCode刷题助手,支持 leetcode.com 和 leetcode-cn.com 1. 以 markdown 格式复制题目及答案 2. 查找题目相关视频
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Leetcode Helper |
ID | gleoepapfjkpcijfmchfabbnldejdnoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj |
คำอธิบาย | This extension is a useful helper when you code at leetcode.com and leetcode.cn |
ขนาดไฟล์ | 423 KB |
จำนวนการติดตั้ง | 2,768 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2023-08-21 |
วันที่เผยแพร่ | 2019-08-26 |
คะแนน | 4.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | wenfeng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/4074/leetcode-helper |
URL หน้าช่วยเหลือ | https://github.com/4074/leetcode-helper |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Leetcode Helper", "description": "This extension is a useful helper when you code at leetcode.com and leetcode.cn", "version": "1.2.1", "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*", "https:\/\/leetcode.cn\/problems\/*" ], "js": [ "build\/lhelper.js" ] } ], "permissions": [] } |