LeetCode/LintCode Helper

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

What is LeetCode/LintCode Helper?

LeetCode/LintCode Helper is a Chrome extension developed by Jofen, and its main feature is "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".

Extension Screenshots

screenshot
screenshot
screenshot

Download LeetCode/LintCode Helper Extension CRX File

Download LeetCode/LintCode Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LeetCode/LintCode Helper LeetCode/LintCode Helper
ID alocjpaahhlgdhhbldfidhlclcipifbo
Official URL https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo
Description This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
File Size 37.45 KB
Installation Count 287
Current Version 1.2
Last Updated 2022-09-16
Publish Date 2018-04-13
Developer Jofen
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}