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 là gì?
LeetCode Search by Question ID là một tiện ích mở rộng Chrome được phát triển bởi pengyuc.swe, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LeetCode Search by Question ID
Tải xuống các tệp mở rộng LeetCode Search by Question ID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeetCode Search by Question ID |
ID | ojjdknpfilphlnlnebagigcgejnkndlf |
URL Chính Thức | https://chromewebstore.google.com/detail/leetcode-search-by-questi/ojjdknpfilphlnlnebagigcgejnkndlf |
Mô tả | 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… |
Kích Thước Tệp | 30.35 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2020-12-02 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | pengyuc.swe |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/walkccc/leetcode-search-by-question-id |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |