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…
Cos'è LeetChat for LeetCode?
LeetChat for LeetCode è un'estensione di Chrome sviluppata da LeetChat Group, e la sua funzione principale è "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LeetChat for LeetCode
Scarica i file di estensione LeetChat for LeetCode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
URL Ufficiale | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Descrizione | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
Dimensione del File | 53.98 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-04-19 |
Data di Pubblicazione | 2019-04-13 |
Sviluppatore | LeetChat Group |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |