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;
Το LeetChat for LeetCode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LeetChat Group, και η κύρια λειτουργία του είναι "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LeetChat for LeetCode
Λήψη αρχείων επέκτασης LeetChat for LeetCode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | LeetChat for LeetCode |
ID | mddjpgjooihjalafegejfngkldpjkjje |
Επίσημο URL | https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje |
Περιγραφή | For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up… |
Μέγεθος Αρχείου | 53.98 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2019-04-19 |
Ημερομηνία Δημοσίευσης | 2019-04-13 |
Προγραμματιστής | LeetChat Group |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |