Daily-Challenge Reminder
Reminds user to complete the Leetcode Daily Challenge Question
Daily-Challenge Reminder là gì?
Daily-Challenge Reminder là một tiện ích mở rộng Chrome được phát triển bởi siddhantchawla, và tính năng chính của nó là "Reminds user to complete the Leetcode Daily Challenge Question".
Ả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 Daily-Challenge Reminder
Tải xuống các tệp mở rộng Daily-Challenge Reminder 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
This extension sends notifications periodically as reminders to the user to complete the Leetcode Daily Challenge Question and eventually helps them to be more consistent in their Problem Solving journey. It uses the saved cookies in the browser to fetch User Specific data from Leetcode APIs. Note: The user must be signed in to Leetcode for the extension to send notifications and work optimally.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Daily-Challenge Reminder |
ID | fgpphonilhabeglmgpbabbnamimmbihf |
URL Chính Thức | https://chromewebstore.google.com/detail/daily-challenge-reminder/fgpphonilhabeglmgpbabbnamimmbihf |
Mô tả | Reminds user to complete the Leetcode Daily Challenge Question |
Kích Thước Tệp | 1.02 MB |
Số Lần Cài Đặt | 360 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-02-15 |
Ngày Phát Hành | 2022-02-07 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | siddhantchawla |
[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": "Daily-Challenge Reminder", "description": "Reminds user to complete the Leetcode Daily Challenge Question", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo5.png" }, "permissions": [ "cookies", "alarms", "activeTab", "notifications" ], "host_permissions": [ "https:\/\/leetcode.com\/*" ], "action": { "default_popup": "popup.html" } } |