Leetcode Mask

Stop doubting yourself. Hide difficulty level of Leetcode problems and conquer them with new vigor

Leetcode Maskคืออะไร?

Leetcode Mask เป็นส่วนขยายของ Chrome ที่พัฒนาโดย panhalkar.shreyas และคุณลักษณะหลักของมันคือ "Stop doubting yourself. Hide difficulty level of Leetcode problems and conquer them with new vigor"

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

screenshot

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

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

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

                        How many times have you choked or given up on a Leetcode problem early only because it was tagged as "Hard"? This extension allows you to hide the difficulty level of problems so that you can attack every problem with the same vigor.                    

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

ชื่อ Leetcode Mask Leetcode Mask
ID nmgainefgbnakmdojhcnmceaogankngk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leetcode-mask/nmgainefgbnakmdojhcnmceaogankngk
คำอธิบาย Stop doubting yourself. Hide difficulty level of Leetcode problems and conquer them with new vigor
ขนาดไฟล์ 78.31 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2019-04-15
วันที่เผยแพร่ 2019-04-15
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา panhalkar.shreyas
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thegreatheisenberg.github.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leetcode Mask",
    "description": "Stop doubting yourself. Hide difficulty level of Leetcode problems and conquer them with new vigor",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jquery-watch.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Leetcode Mask",
        "default_icon": "assets\/mask_16.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "assets\/mask_16.png",
        "48": "assets\/mask_48.png",
        "128": "assets\/mask_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/leetcode.com\/problemset\/*",
                "https:\/\/leetcode.com\/problemset\/*",
                "http:\/\/leetcode.com\/problems\/*",
                "https:\/\/leetcode.com\/problems\/*",
                "https:\/\/leetcode.com\/tag\/*",
                "http:\/\/leetcode.com\/tag\/*",
                "https:\/\/leetcode.com\/company\/*",
                "http:\/\/leetcode.com\/company\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-watch.min.js",
                "js\/background.js"
            ]
        }
    ],
    "manifest_version": 2
}