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”。
擴展截圖
下載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. 查找题目相关视频 擴展基本資訊
| 名稱 | |
| ID | gleoepapfjkpcijfmchfabbnldejdnoj |
| 官方網址 | 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": []
} | |