Leetcode Helper

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

Cos'è Leetcode Helper?

Leetcode Helper è un'estensione di Chrome sviluppata da wenfeng, e la sua funzione principale è "This extension is a useful helper when you code at leetcode.com and leetcode.cn".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Leetcode Helper

Scarica i file di estensione Leetcode Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Leetcode Helper Leetcode Helper
ID gleoepapfjkpcijfmchfabbnldejdnoj
URL Ufficiale https://chromewebstore.google.com/detail/leetcode-helper/gleoepapfjkpcijfmchfabbnldejdnoj
Descrizione This extension is a useful helper when you code at leetcode.com and leetcode.cn
Dimensione del File 423 KB
Conteggio Installazioni 2,768
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-08-21
Data di Pubblicazione 2019-08-26
Valutazione 4.88/5 Totale 16 Valutazioni
Sviluppatore wenfeng
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/4074/leetcode-helper
URL della Pagina di Aiuto https://github.com/4074/leetcode-helper
Lingue Supportate 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": []
}