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によって開発されたChromeの拡張機能で、その主な機能は「This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

LeetCode/LintCode Helper拡張機能のCRXファイルをダウンロード

LeetCode/LintCode Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}