Leetcode Helper
This extension is a useful helper when you code at leetcode.com and leetcode.cn
ما هو Leetcode Helper؟
Leetcode Helper هو إضافة Chrome تم تطويرها بواسطة wenfeng، والميزة الرئيسية لها هي "This extension is a useful helper when you code at leetcode.com and leetcode.cn".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Leetcode Helper
قم بتنزيل ملفات الامتداد Leetcode Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. 查找题目相关视频 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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": []
} | |