LeetCode Search by Question ID
When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of…
LeetCode Search by Question IDとは何ですか?
LeetCode Search by Question IDはpengyuc.sweによって開発されたChromeの拡張機能で、その主な機能は「When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of…」です。
拡張機能のスクリーンショット
LeetCode Search by Question ID拡張機能のCRXファイルをダウンロード
LeetCode Search by Question ID拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of LeetCode to type the question number, which is very inefficient. Using this plugin, you can easily search for a question by typing its number! 20240209 * Migrate to Manifest V3 * Save the `questionIdToSlugObj` in `chrome.storage.local` to save API calls
拡張機能の基本情報
名前 | LeetCode Search by Question ID |
ID | ojjdknpfilphlnlnebagigcgejnkndlf |
公式URL | https://chromewebstore.google.com/detail/leetcode-search-by-questi/ojjdknpfilphlnlnebagigcgejnkndlf |
説明 | When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of… |
ファイルサイズ | 30.35 KB |
インストール数 | 90 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2024-02-10 |
公開日 | 2020-12-02 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | pengyuc.swe |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/walkccc/leetcode-search-by-question-id |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LeetCode Search by Question ID", "version": "0.0.0.3", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage" ], "action": { "default_icon": "icons\/48.png", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" } } |