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…

Wat is LeetChat for LeetCode?

LeetChat for LeetCode is een Chrome-extensie ontwikkeld door LeetChat Group, en de belangrijkste functie is "For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LeetChat for LeetCode

Download LeetChat for LeetCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam LeetChat for LeetCode LeetChat for LeetCode
ID mddjpgjooihjalafegejfngkldpjkjje
Officiële URL https://chromewebstore.google.com/detail/leetchat-for-leetcode/mddjpgjooihjalafegejfngkldpjkjje
Beschrijving For people who are browsing the same online programming website (LeetCode), this is the best real-time chatting tool to level up…
Bestandsgrootte 53.98 KB
Aantal Installaties 21
Huidige Versie 1.1
Laatst Bijgewerkt 2019-04-19
Publicatiedatum 2019-04-13
Ontwikkelaar LeetChat Group
Betalingswijze free
Ondersteunde Talen 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"
    ]
}