Leetcode Helper

This extension is a useful helper when you code at leetcode.com and leetcode.cn

Leetcode Helper là gì?

Leetcode Helper là một tiện ích mở rộng Chrome được phát triển bởi wenfeng, và tính năng chính của nó là "This extension is a useful helper when you code at leetcode.com and leetcode.cn".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leetcode Helper

Tải xuống các tệp mở rộng Leetcode Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is a useful helper for leetcode.com and leetcode.cn
1. Copy the description and answer for markdown
2. Find videos about the problem
LeetCode刷题助手,支持 leetcode.com 和 leetcode-cn.com
1. 以 markdown 格式复制题目及答案
2. 查找题目相关视频                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leetcode Helper Leetcode Helper
ID gleoepapfjkpcijfmchfabbnldejdnoj
URL Chính Thức https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj
Mô tả This extension is a useful helper when you code at leetcode.com and leetcode.cn
Kích Thước Tệp 423 KB
Số Lần Cài Đặt 2,768
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2019-08-26
Đánh Giá 4.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển wenfeng
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/4074/leetcode-helper
URL Trang Trợ Giúp https://github.com/4074/leetcode-helper
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leetcode Helper",
    "description": "This extension is a useful helper when you code at leetcode.com and leetcode.cn",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*",
                "https:\/\/leetcode.cn\/problems\/*"
            ],
            "js": [
                "build\/lhelper.js"
            ]
        }
    ],
    "permissions": []
}