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 là gì?
LeetChat for LeetCode là một tiện ích mở rộng Chrome được phát triển bởi LeetChat Group, và tính năng chính của nó là "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LeetChat for LeetCode
Tải xuống các tệp mở rộng LeetChat for LeetCode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
URL Chính Thức | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Mô tả | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
Kích Thước Tệp | 53.98 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-04-19 |
Ngày Phát Hành | 2019-04-13 |
Nhà Phát Triển | LeetChat Group |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |