InterviewBit
Leetcode and GeeksforGeeks links in InterviewBit
ما هو InterviewBit؟
InterviewBit هو إضافة Chrome تم تطويرها بواسطة satviksr، والميزة الرئيسية لها هي "Leetcode and GeeksforGeeks links in InterviewBit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InterviewBit
قم بتنزيل ملفات الامتداد InterviewBit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.
معلومات أساسية عن التمديد
الاسم | InterviewBit |
ID | healhengajmbpahbgiokccdoemnnlaak |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak |
الوصف | Leetcode and GeeksforGeeks links in InterviewBit |
حجم الملف | 217 KB |
عدد التثبيتات | 3,452 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-10-25 |
تاريخ النشر | 2020-10-24 |
تقييم | 4.94/5 مجموع تقييمات 16 |
المطور | satviksr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/satu0king/InterviewBit-Extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterviewBit", "version": "0.0.1", "manifest_version": 2, "description": "Leetcode and GeeksforGeeks links in InterviewBit", "homepage_url": "https:\/\/www.interviewbit.com\/courses\/programming\/", "icons": { "16": "icons\/ib.png", "48": "icons\/ib.png", "128": "icons\/ib.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.interviewbit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.interviewbit.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "data\/*", "icons\/*" ] } |