Leetcode Helper
This extension is a useful helper when you code at leetcode.com and leetcode.cn
What is Leetcode Helper?
Leetcode Helper is a Chrome extension developed by wenfeng, and its main feature is "This extension is a useful helper when you code at leetcode.com and leetcode.cn".
Extension Screenshots
Download Leetcode Helper Extension CRX File
Download Leetcode Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. 查找题目相关视频
Extension Basic Information
Name | Leetcode Helper |
ID | gleoepapfjkpcijfmchfabbnldejdnoj |
Official URL | https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj |
Description | This extension is a useful helper when you code at leetcode.com and leetcode.cn |
File Size | 423 KB |
Installation Count | 2,768 |
Current Version | 1.2.1 |
Last Updated | 2023-08-21 |
Publish Date | 2019-08-26 |
Rating | 4.88/5 Total 16 Ratings |
Developer | wenfeng |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/4074/leetcode-helper |
Help Page URL | https://github.com/4074/leetcode-helper |
Supported Languages | 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": [] } |