Clip LeetCode

Copy the LeetCode problem to your clipboard.

Clip LeetCodeคืออะไร?

Clip LeetCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edgar Ong และคุณลักษณะหลักของมันคือ "Copy the LeetCode problem to your clipboard."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Spend less time switching between your browser and code editor.

Use the Copy button to easily paste the problem, examples, and contraints in your IDE for reference when you're working on your solution.

You can also use the Copy Markdown button for the formatted problem ready to save as markdown.                    

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

ชื่อ Clip LeetCode Clip LeetCode
ID cnghimckckgcmhbdokjielmhkmnagdcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clip-leetcode/cnghimckckgcmhbdokjielmhkmnagdcp
คำอธิบาย Copy the LeetCode problem to your clipboard.
ขนาดไฟล์ 7.43 KB
จำนวนการติดตั้ง 416
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2023-12-31
วันที่เผยแพร่ 2021-03-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Edgar Ong
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/eddgr/clip-leetcode
URL หน้าช่วยเหลือ https://github.com/eddgr/clip-leetcode
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clip LeetCode",
    "version": "2.0.4",
    "description": "Copy the LeetCode problem to your clipboard.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.leetcode.com\/problems\/*",
                "*:\/\/*.leetcode.com\/contest\/*\/problems\/*"
            ]
        }
    ]
}