LeetCode/LintCode Helper
This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems
LeetCode/LintCode Helper là gì?
LeetCode/LintCode Helper là một tiện ích mở rộng Chrome được phát triển bởi Jofen, và tính năng chính của nó là "This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems".
Ả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/LintCode Helper
Tải xuống các tệp mở rộng LeetCode/LintCode Helper 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
A handy tool to easy your life when coding on https://www.leetcode.com or http://www.lintcode.com. - Go to problem solution by a simple click of button. - Click the button to search for additional solutions if no auto solution found or you are not satisfied with the provided solution.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeetCode/LintCode Helper |
ID | alocjpaahhlgdhhbldfidhlclcipifbo |
URL Chính Thức | https://chromewebstore.google.com/detail/leetcodelintcode-helper/alocjpaahhlgdhhbldfidhlclcipifbo |
Mô tả | This extension is a useful helper when you code at LeetCode/LintCode. It will automatically search solutions for your problems |
Kích Thước Tệp | 37.45 KB |
Số Lần Cài Đặt | 287 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-09-16 |
Ngày Phát Hành | 2018-04-13 |
Nhà Phát Triển | Jofen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetCode\/LintCode Helper", "short_name": "LC Helper", "description": "This extension is a useful helper when you code at LeetCode\/LintCode. It will automatically search solutions for your problems", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "common.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": "LC.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "declarativeContent", "http:\/\/www.jiuzhang.com\/*", "https:\/\/www.jiuzhang.com\/*" ] } |