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…
What is LeetChat for LeetCode?
LeetChat for LeetCode is a Chrome extension developed by LeetChat Group, and its main feature is "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
Extension Screenshots
Download LeetChat for LeetCode Extension CRX File
Download LeetChat for LeetCode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
Official URL | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Description | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
File Size | 53.98 KB |
Installation Count | 21 |
Current Version | 1.1 |
Last Updated | 2019-04-19 |
Publish Date | 2019-04-13 |
Developer | LeetChat Group |
Payment Type | free |
Supported Languages | 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" ] } |