leetcode-shortcuts
leetcode shortcuts
leetcode-shortcutsคืออะไร?
leetcode-shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yn.jiyu และคุณลักษณะหลักของมันคือ "leetcode shortcuts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย leetcode-shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย leetcode-shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        LeetCode shortcuts, allow you to commit your code by pressing Ctrl + Enter. 
Run with example test cases: Ctrl + '
Submit: Ctrl + Enter
Retrieve last submitted code: Ctrl + Alt + m 
Reset to default (clear): Ctrl + Alt + l                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | ipdbhbmdmldjkdjfbkdnipjmokkinnci | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/leetcode-shortcuts/ipdbhbmdmldjkdjfbkdnipjmokkinnci | 
| คำอธิบาย | leetcode shortcuts | 
| ขนาดไฟล์ | 14.72 KB | 
| จำนวนการติดตั้ง | 23 | 
| เวอร์ชันปัจจุบัน | 1.13.1.4 | 
| อัปเดตครั้งล่าสุด | 2024-01-30 | 
| วันที่เผยแพร่ | 2022-06-12 | 
| ผู้พัฒนา | yn.jiyu | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/Anderbone/leetcode-shortcut-browser-extension | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "leetcode-shortcuts",
    "version": "1.13.1.4",
    "description": "leetcode shortcuts",
    "icons": {
        "48": "icons\/leetcode_logo.png"
    },
    "action": {
        "default_icon": "icons\/leetcode_logo.png",
        "default_title": "Leetcode shortcuts",
        "default_popup": "shortcut.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leetcode.com\/*"
            ],
            "js": [
                "shortcut.js"
            ],
            "css": [
                "shortcut.css"
            ]
        }
    ]
}  |  |