LeetCode Python Assistant

Makes your Python development more efficient on LeetCode.

LeetCode Python Assistantคืออะไร?

LeetCode Python Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fwuensche และคุณลักษณะหลักของมันคือ "Makes your Python development more efficient on LeetCode."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeetCode Python Assistant

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

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

                        This extension provides the user with productivity tools, such as a button for YouTube solutions, automatically filtering Python discussions, sorting them by top rated, and more. 

That's pretty much it (so far), but contributions are more than welcome at https://github.com/fwuensche/leetcode-chrome-extension                    

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

ชื่อ LeetCode Python Assistant LeetCode Python Assistant
ID ancmjhdhodjnghpopbhlihpggbgommgk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/leetcode-python-assistant/ancmjhdhodjnghpopbhlihpggbgommgk
คำอธิบาย Makes your Python development more efficient on LeetCode.
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-09-18
วันที่เผยแพร่ 2018-09-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา fwuensche
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/fwuensche/leetcode-chrome-extension
URL หน้าช่วยเหลือ http://github.com/fwuensche/leetcode-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode Python Assistant",
    "description": "Makes your Python development more efficient on LeetCode.",
    "version": "0.1.0",
    "browser_action": {
        "default_popup": "search.html",
        "default_icon": "img\/lc-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "js\/vendor\/jquery.js",
                "js\/problems.js"
            ]
        }
    ],
    "icons": {
        "144": "img\/icon_144.png"
    },
    "manifest_version": 2
}