leetcode-shortcuts

leetcode shortcuts

leetcode-shortcutsとは何ですか?

leetcode-shortcutsはyn.jiyuによって開発されたChromeの拡張機能で、その主な機能は「leetcode shortcuts」です。

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

screenshot

leetcode-shortcuts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        LeetCode shortcuts, allow you to commit your code by pressing Ctrl + Enter. 


Run with example test cases: Ctrl + '
Submit: Ctrl + Enter
Retrieve last submitted code: Ctrl + Alt + m 
Reset to default (clear): Ctrl + Alt + l                    

拡張機能の基本情報

名前 leetcode-shortcuts leetcode-shortcuts
ID ipdbhbmdmldjkdjfbkdnipjmokkinnci
公式URL https://chromewebstore.google.com/detail/leetcode-shortcuts/ipdbhbmdmldjkdjfbkdnipjmokkinnci
説明 leetcode shortcuts
ファイルサイズ 14.72 KB
インストール数 23
現在のバージョン 1.13.1.4
最終更新日 2024-01-30
公開日 2022-06-12
開発者 yn.jiyu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Anderbone/leetcode-shortcut-browser-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "leetcode-shortcuts",
    "version": "1.13.1.4",
    "description": "leetcode shortcuts",
    "icons": {
        "48": "icons\/leetcode_logo.png"
    },
    "action": {
        "default_icon": "icons\/leetcode_logo.png",
        "default_title": "Leetcode shortcuts",
        "default_popup": "shortcut.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leetcode.com\/*"
            ],
            "js": [
                "shortcut.js"
            ],
            "css": [
                "shortcut.css"
            ]
        }
    ]
}