Leetcode Helper

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

Leetcode Helper란 무엇입니까?

Leetcode Helper은(는) wenfeng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is a useful helper when you code at leetcode.com and leetcode.cn"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Leetcode Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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. 查找题目相关视频                    

확장 프로그램 기본 정보

이름 Leetcode Helper Leetcode Helper
ID gleoepapfjkpcijfmchfabbnldejdnoj
공식 URL https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj
설명 This extension is a useful helper when you code at leetcode.com and leetcode.cn
파일 크기 423 KB
설치 횟수 2,768
현재 버전 1.2.1
최근 업데이트 2023-08-21
출시 날짜 2019-08-26
평점 4.88/5 총 16 개의 평점
개발자 wenfeng
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/4074/leetcode-helper
도움말 페이지 URL https://github.com/4074/leetcode-helper
지원되는 언어 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": []
}