LeetCode Submit Extension
keyboard shortcuts for LeetCode
LeetCode Submit Extension là gì?
LeetCode Submit Extension là một tiện ích mở rộng Chrome được phát triển bởi travelist, và tính năng chính của nó là "keyboard shortcuts for LeetCode".
Ả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 Submit Extension
Tải xuống các tệp mở rộng LeetCode Submit Extension 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
An extension to provide keyboard shortcuts at leetcode.com. Currently supported actions: - Submit Code - Run with Example Cases
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeetCode Submit Extension |
ID | kdjjgoaelbkphahnengiibkmoofgicoa |
URL Chính Thức | https://chromewebstore.google.com/detail/leetcode-submit-extension/kdjjgoaelbkphahnengiibkmoofgicoa |
Mô tả | keyboard shortcuts for LeetCode |
Kích Thước Tệp | 4.5 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2021-05-11 |
Ngày Phát Hành | 2021-05-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | travelist |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/travelist/chrome-leetcode-submit-extension |
URL Trang Trợ Giúp | https://github.com/travelist/chrome-leetcode-submit-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode Submit Extension", "version": "2.1.0", "description": "keyboard shortcuts for LeetCode", "homepage_url": "https:\/\/github.com\/travelist\/chrome-leetcode-submit-extension", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/leetcode.com\/*" ], "js": [ "index.js" ] } ] } |