Refined Leetcode

LeetCode 网页扩展

Refined Leetcodeคืออะไร?

Refined Leetcode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย XYShaoKang และคุณลักษณะหลักของมันคือ "LeetCode 网页扩展"

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

screenshot
screenshot

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

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

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

                        增强 LeetCode-cn 刷题体验

功能:
- ⏱ 答题页计时器(已适配新版答题页和灵动布局答题页)
- 📈 竞赛排名页面显示预测
- 💻 竞赛排名页面显示代码对应的语言图标
- 🚫 首页帖子黑名单
- 📋 题单管理侧边栏
- 📊 添加题目评分
- ❎ 比赛答题页禁用快捷键的选项
- ⚙️ 添加配置选项,所有功能支持禁用

> 更多详情和源码,请查看 https://github.com/XYShaoKang/refined-leetcode ,如果感觉好用,欢迎到仓库中点个 Star 😂                    

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

ชื่อ Refined Leetcode Refined Leetcode
ID kmpinnjkedaidpojenkiooddkeplniel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refined-leetcode/kmpinnjkedaidpojenkiooddkeplniel
คำอธิบาย LeetCode 网页扩展
ขนาดไฟล์ 358 KB
จำนวนการติดตั้ง 3,462
เวอร์ชันปัจจุบัน 0.13.5
อัปเดตครั้งล่าสุด 2023-12-07
วันที่เผยแพร่ 2022-03-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา XYShaoKang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/XYShaoKang/refined-leetcode
URL หน้าช่วยเหลือ https://github.com/XYShaoKang/refined-leetcode
URL หน้านโยบายความเป็นส่วนตัว https://github.com/XYShaoKang/refined-leetcode/wiki/Privacy-policy
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Leetcode",
    "description": "LeetCode \u7f51\u9875\u6269\u5c55",
    "version": "0.13.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/XYShaoKang\/refined-leetcode",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/content.bundle.js",
                "\/*.map",
                "\/file-icons\/*.svg"
            ],
            "matches": [
                "*:\/\/leetcode-cn.com\/*",
                "*:\/\/leetcode.cn\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode-cn.com\/*",
                "https:\/\/leetcode.cn\/*"
            ],
            "js": [
                "content-load.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; script-src-elem 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/leetcode-rating-predictor.herokuapp.com https:\/\/leetcode-predictor.herokuapp.com https:\/\/leetcode-cn.com https:\/\/leetcode.cn https:\/\/lccn.lbao.site https:\/\/leetcode.com"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/leetcode-cn.com\/*",
        "https:\/\/leetcode.cn\/*",
        "https:\/\/leetcode-rating-predictor.herokuapp.com\/*",
        "https:\/\/leetcode-predictor.herokuapp.com\/*",
        "https:\/\/lccn.lbao.site\/*",
        "https:\/\/leetcode.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/leetcode-cn.com\/*",
            "https:\/\/leetcode.cn\/*"
        ]
    }
}