Leetcode Helper

This extension is a useful helper when you code at leetcode.com and leetcode.cn

Leetcode Helperとは何ですか?

Leetcode Helperはwenfengによって開発されたChromeの拡張機能で、その主な機能は「This extension is a useful helper when you code at leetcode.com and leetcode.cn」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension is a useful helper for leetcode.com and leetcode.cn
1. Copy the description and answer for markdown
2. Find videos about the problem
LeetCode刷题助手,支持 leetcode.com 和 leetcode-cn.com
1. 以 markdown 格式复制题目及答案
2. 查找题目相关视频                    

拡張機能の基本情報

名前 Leetcode Helper Leetcode Helper
ID gleoepapfjkpcijfmchfabbnldejdnoj
公式URL https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj
説明 This extension is a useful helper when you code at leetcode.com and leetcode.cn
ファイルサイズ 423 KB
インストール数 2,768
現在のバージョン 1.2.1
最終更新日 2023-08-21
公開日 2019-08-26
評価 4.88/5 合計 16 レビュー
開発者 wenfeng
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/4074/leetcode-helper
ヘルプページのURL https://github.com/4074/leetcode-helper
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leetcode Helper",
    "description": "This extension is a useful helper when you code at leetcode.com and leetcode.cn",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*",
                "https:\/\/leetcode.cn\/problems\/*"
            ],
            "js": [
                "build\/lhelper.js"
            ]
        }
    ],
    "permissions": []
}