Clip LeetCode
Copy the LeetCode problem to your clipboard.
Clip LeetCode là gì?
Clip LeetCode là một tiện ích mở rộng Chrome được phát triển bởi Edgar Ong, và tính năng chính của nó là "Copy the LeetCode problem to your clipboard.".
Ả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 Clip LeetCode
Tải xuống các tệp mở rộng Clip LeetCode 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clip LeetCode |
ID | cnghimckckgcmhbdokjielmhkmnagdcp |
URL Chính Thức | https://chromewebstore.google.com/detail/clip-leetcode/cnghimckckgcmhbdokjielmhkmnagdcp |
Mô tả | Copy the LeetCode problem to your clipboard. |
Kích Thước Tệp | 7.43 KB |
Số Lần Cài Đặt | 416 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2023-12-31 |
Ngày Phát Hành | 2021-03-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Edgar Ong |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/eddgr/clip-leetcode |
URL Trang Trợ Giúp | https://github.com/eddgr/clip-leetcode |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |