LeetCode/LintCode Helper

This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems

LeetCode/LintCode Helperคืออะไร?

LeetCode/LintCode Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jofen และคุณลักษณะหลักของมันคือ "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeetCode/LintCode Helper

ดาวน์โหลดไฟล์ส่วนขยาย LeetCode/LintCode Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A handy tool to easy your life when coding on https://www.leetcode.com or http://www.lintcode.com.
- Go to problem solution by a simple click of button.
- Click the button to search for additional solutions if no auto solution found or you are not satisfied with the provided solution.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LeetCode/LintCode Helper LeetCode/LintCode Helper
ID alocjpaahhlgdhhbldfidhlclcipifbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo
คำอธิบาย This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
ขนาดไฟล์ 37.45 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-09-16
วันที่เผยแพร่ 2018-04-13
ผู้พัฒนา Jofen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode\/LintCode Helper",
    "short_name": "LC Helper",
    "description": "This extension is a useful helper when you code at LeetCode\/LintCode. It will automatically search solutions for your problems",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "LC.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "http:\/\/www.jiuzhang.com\/*",
        "https:\/\/www.jiuzhang.com\/*"
    ]
}