LeetCode/LintCode Helper
This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
Co je LeetCode/LintCode Helper?
LeetCode/LintCode Helper je rozšíření Chrome vyvinuté Jofen, a jeho hlavní funkcí je „This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LeetCode/LintCode Helper
Stáhněte si soubory rozšíření LeetCode/LintCode Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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.                     Základní Informace o Rozšíření
| Název |   |  
| ID | alocjpaahhlgdhhbldfidhlclcipifbo | 
| Oficiální URL | https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo | 
| Popis | This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems | 
| Velikost souboru | 37.45 KB | 
| Počet instalací | 287 | 
| Aktuální Verze | 1.2 | 
| Poslední Aktualizace | 2022-09-16 | 
| Datum Vydání | 2018-04-13 | 
| Vývojář | Jofen | 
| [email protected] | |
| Typ Platby | free | 
| Podporované Jazyky | 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\/*"
    ]
}  |  |