LeetCode/LintCode Helper
This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
ما هو LeetCode/LintCode Helper؟
LeetCode/LintCode Helper هو إضافة Chrome تم تطويرها بواسطة Jofen، والميزة الرئيسية لها هي "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LeetCode/LintCode Helper
قم بتنزيل ملفات الامتداد LeetCode/LintCode Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A handy tool to easy your life when coding on https://www.leetcode.com or http://www.lintcode.com.
- Go to problem solution by a simple click of button.
- Click the button to search for additional solutions if no auto solution found or you are not satisfied with the provided solution. معلومات أساسية عن التمديد
| الاسم | |
| ID | alocjpaahhlgdhhbldfidhlclcipifbo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo |
| الوصف | This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems |
| حجم الملف | 37.45 KB |
| عدد التثبيتات | 287 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2022-09-16 |
| تاريخ النشر | 2018-04-13 |
| المطور | Jofen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LeetCode\/LintCode Helper",
"short_name": "LC Helper",
"description": "This extension is a useful helper when you code at LeetCode\/LintCode. It will automatically search solutions for your problems",
"version": "1.2",
"manifest_version": 2,
"background": {
"scripts": [
"common.js",
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "LC.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"declarativeContent",
"http:\/\/www.jiuzhang.com\/*",
"https:\/\/www.jiuzhang.com\/*"
]
} | |