Clip LeetCode
Copy the LeetCode problem to your clipboard.
Clip LeetCode란 무엇입니까?
Clip LeetCode은(는) Edgar Ong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the LeetCode problem to your clipboard."입니다.
확장 프로그램 스크린샷
Clip LeetCode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } ] } |