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…
Co je LeetChat for LeetCode?
LeetChat for LeetCode je rozšíření Chrome vyvinuté LeetChat Group, a jeho hlavní funkcí je „For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LeetChat for LeetCode
Stáhněte si soubory rozšíření LeetChat for LeetCode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
Oficiální URL | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Popis | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
Velikost souboru | 53.98 KB |
Počet instalací | 21 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-04-19 |
Datum Vydání | 2019-04-13 |
Vývojář | LeetChat Group |
Typ Platby | free |
Podporované Jazyky | 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" ] } |