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 LeetChat Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LeetChat for LeetCode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}