LeetCode/LintCode Helper

This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems

Was ist LeetCode/LintCode Helper?

LeetCode/LintCode Helper ist eine Chrome-Erweiterung, die von Jofen entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LeetCode/LintCode Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie LeetCode/LintCode Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A handy tool to easy your life when coding on https://www.leetcode.com or http://www.lintcode.com.
- Go to problem solution by a simple click of button.
- Click the button to search for additional solutions if no auto solution found or you are not satisfied with the provided solution.                    

Grundlegende Informationen zur Erweiterung

Name LeetCode/LintCode Helper LeetCode/LintCode Helper
ID alocjpaahhlgdhhbldfidhlclcipifbo
Offizielle URL https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo
Beschreibung This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
Dateigröße 37.45 KB
Installationsanzahl 287
Aktuelle Version 1.2
Letztes Update 2022-09-16
Veröffentlichungsdatum 2018-04-13
Entwickler Jofen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode\/LintCode Helper",
    "short_name": "LC Helper",
    "description": "This extension is a useful helper when you code at LeetCode\/LintCode. It will automatically search solutions for your problems",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "LC.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "http:\/\/www.jiuzhang.com\/*",
        "https:\/\/www.jiuzhang.com\/*"
    ]
}