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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |