leetcode cheatsheet
刷题小助手,made by 力扣加加
leetcode cheatsheetคืออะไร?
leetcode cheatsheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leetcode-solution.cn และคุณลักษณะหลักของมันคือ "刷题小助手,made by 力扣加加"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย leetcode cheatsheet
ดาวน์โหลดไฟล์ส่วนขยาย leetcode cheatsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
刷题小助手,帮助你高效刷题 , made by 力扣加加(公众号同名) https://github.com/azl397985856/leetcode-cheat
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | leetcode cheatsheet |
ID | fniccleejlofifaakbgppmbbcdfjonle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/leetcode-cheatsheet/fniccleejlofifaakbgppmbbcdfjonle |
คำอธิบาย | 刷题小助手,made by 力扣加加 |
ขนาดไฟล์ | 4.38 MB |
จำนวนการติดตั้ง | 7,351 |
เวอร์ชันปัจจุบัน | 0.11.5 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2020-12-03 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://leetcode-solution.cn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://leetcode-solution.cn/download |
URL หน้าช่วยเหลือ | https://leetcode-solution.cn/download |
URL หน้านโยบายความเป็นส่วนตัว | https://www.generateprivacypolicy.com/live.php?token=v3NJKMqkc7kTBL0EHCPcdxAeo1seDnWZ |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "leetcode cheatsheet", "description": "\u5237\u9898\u5c0f\u52a9\u624b\uff0cmade by \u529b\u6263\u52a0\u52a0", "version": "0.11.5", "browser_action": { "default_popup": "index.html", "default_title": "\u529b\u6263\u52a0\u52a0" }, "homepage_url": "https:\/\/leetcode-solution.cn\/download", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/leetcode-cn.com\/*", "*:\/\/leetcode.com\/*", "*:\/\/leetcode.cn\/*" ], "js": [ "\/static\/js\/inject.js" ] } ], "web_accessible_resources": [ "\/static\/js\/content.js" ], "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'sha256-9HcBuUP35aPkU0991A4mASdsuifTkUlifJ7elThz6Ow=' 'sha256-0Jo\/EYaXS11i7poc\/P9fGcq\/o6P0djny2JW6WivTVVw='; object-src 'self'" } |