Daily-Challenge Reminder

Reminds user to complete the Leetcode Daily Challenge Question

Wat is Daily-Challenge Reminder?

Daily-Challenge Reminder is een Chrome-extensie ontwikkeld door siddhantchawla, en de belangrijkste functie is "Reminds user to complete the Leetcode Daily Challenge Question".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Daily-Challenge Reminder

Download Daily-Challenge Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Daily-Challenge Reminder Daily-Challenge Reminder
ID fgpphonilhabeglmgpbabbnamimmbihf
Officiële URL https://chromewebstore.google.com/detail/daily-challenge-reminder/fgpphonilhabeglmgpbabbnamimmbihf
Beschrijving Reminds user to complete the Leetcode Daily Challenge Question
Bestandsgrootte 1.02 MB
Aantal Installaties 360
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-02-15
Publicatiedatum 2022-02-07
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar siddhantchawla
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}