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文件

下载Leetcode Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": []
}