Daily-Challenge Reminder
Reminds user to complete the Leetcode Daily Challenge Question
Daily-Challenge Reminder क्या है?
Daily-Challenge Reminder siddhantchawla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds user to complete the Leetcode Daily Challenge Question"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Daily-Challenge Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Daily-Challenge Reminder |
ID | fgpphonilhabeglmgpbabbnamimmbihf |
आधिकारिक URL | https://chromewebstore.google.com/detail/daily-challenge-reminder/fgpphonilhabeglmgpbabbnamimmbihf |
विवरण | Reminds user to complete the Leetcode Daily Challenge Question |
फ़ाइल का आकार | 1.02 MB |
स्थापना संख्या | 360 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-02-15 |
प्रकाशन तिथि | 2022-02-07 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | siddhantchawla |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |