LeetChat for LeetCode
For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…
ما هو LeetChat for LeetCode؟
LeetChat for LeetCode هو إضافة Chrome تم تطويرها بواسطة LeetChat Group، والميزة الرئيسية لها هي "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LeetChat for LeetCode
قم بتنزيل ملفات الامتداد LeetChat for LeetCode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up your coding skills by inspiring various ideas from discussion while having fun for coding!
معلومات أساسية عن التمديد
الاسم | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
الوصف | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
حجم الملف | 53.98 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-04-19 |
تاريخ النشر | 2019-04-13 |
المطور | LeetChat Group |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetChat for LeetCode", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*\/" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "LeetChat", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/axios\/dist\/axios.min.js; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |