Clip LeetCode

Copy the LeetCode problem to your clipboard.

Wat is Clip LeetCode?

Clip LeetCode is een Chrome-extensie ontwikkeld door Edgar Ong, en de belangrijkste functie is "Copy the LeetCode problem to your clipboard.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clip LeetCode

Download Clip LeetCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Spend less time switching between your browser and code editor.

Use the Copy button to easily paste the problem, examples, and contraints in your IDE for reference when you're working on your solution.

You can also use the Copy Markdown button for the formatted problem ready to save as markdown.                    

Basisinformatie over de Extensie

Naam Clip LeetCode Clip LeetCode
ID cnghimckckgcmhbdokjielmhkmnagdcp
Officiële URL https://chromewebstore.google.com/detail/clip-leetcode/cnghimckckgcmhbdokjielmhkmnagdcp
Beschrijving Copy the LeetCode problem to your clipboard.
Bestandsgrootte 7.43 KB
Aantal Installaties 416
Huidige Versie 2.0.4
Laatst Bijgewerkt 2023-12-31
Publicatiedatum 2021-03-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Edgar Ong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/eddgr/clip-leetcode
Help Pagina-URL https://github.com/eddgr/clip-leetcode
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clip LeetCode",
    "version": "2.0.4",
    "description": "Copy the LeetCode problem to your clipboard.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.leetcode.com\/problems\/*",
                "*:\/\/*.leetcode.com\/contest\/*\/problems\/*"
            ]
        }
    ]
}