Leetcode Helper

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

Что такое Leetcode Helper?

Leetcode Helper - это расширение Chrome, разработанное wenfeng, и его основная функция - "This extension is a useful helper when you code at leetcode.com and leetcode.cn".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Leetcode Helper

Скачайте файлы расширений 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
Электронная почта [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": []
}