Clip LeetCode

Copy the LeetCode problem to your clipboard.

Clip LeetCodeとは何ですか?

Clip LeetCodeはEdgar Ongによって開発されたChromeの拡張機能で、その主な機能は「Copy the LeetCode problem to your clipboard.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Clip LeetCode Clip LeetCode
ID cnghimckckgcmhbdokjielmhkmnagdcp
公式URL https://chromewebstore.google.com/detail/clip-leetcode/cnghimckckgcmhbdokjielmhkmnagdcp
説明 Copy the LeetCode problem to your clipboard.
ファイルサイズ 7.43 KB
インストール数 416
現在のバージョン 2.0.4
最終更新日 2023-12-31
公開日 2021-03-17
評価 5.00/5 合計 4 レビュー
開発者 Edgar Ong
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/eddgr/clip-leetcode
ヘルプページのURL https://github.com/eddgr/clip-leetcode
対応言語 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\/*"
            ]
        }
    ]
}