Leetcode Helper

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

Co to jest Leetcode Helper?

Leetcode Helper to rozszerzenie Chrome opracowane przez wenfeng, a jego główną funkcją jest „This extension is a useful helper when you code at leetcode.com and leetcode.cn”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Leetcode Helper

Pobierz pliki rozszerzeń Leetcode Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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. 查找题目相关视频                    

Podstawowe informacje o rozszerzeniu

Nazwa Leetcode Helper Leetcode Helper
ID gleoepapfjkpcijfmchfabbnldejdnoj
Oficjalny URL https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj
Opis This extension is a useful helper when you code at leetcode.com and leetcode.cn
Rozmiar pliku 423 KB
Liczba instalacji 2,768
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2023-08-21
Data Publikacji 2019-08-26
Ocena 4.88/5 Łącznie 16 Oceny
Deweloper wenfeng
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/4074/leetcode-helper
Adres URL Strony Pomocy https://github.com/4074/leetcode-helper
Obsługiwane Języki 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": []
}