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…
Was ist LeetChat for LeetCode?
LeetChat for LeetCode ist eine Chrome-Erweiterung, die von LeetChat Group entwickelt wurde, und ihr Hauptmerkmal ist "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
Erweiterungsscreenshots
LeetChat for LeetCode-Erweiterungs-CRX-Datei herunterladen
Laden Sie LeetChat for LeetCode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
Offizielle URL | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Beschreibung | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
Dateigröße | 53.98 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-04-19 |
Veröffentlichungsdatum | 2019-04-13 |
Entwickler | LeetChat Group |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |