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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |