LeetCode/LintCode Helper

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

LeetCode/LintCode Helper क्या है?

LeetCode/LintCode Helper Jofen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems"।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LeetCode/LintCode Helper LeetCode/LintCode Helper
ID alocjpaahhlgdhhbldfidhlclcipifbo
आधिकारिक URL https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo
विवरण This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
फ़ाइल का आकार 37.45 KB
स्थापना संख्या 287
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-09-16
प्रकाशन तिथि 2018-04-13
डेवलपर Jofen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}