Daily-Challenge Reminder

Reminds user to complete the Leetcode Daily Challenge Question

Co je Daily-Challenge Reminder?

Daily-Challenge Reminder je rozšíření Chrome vyvinuté siddhantchawla, a jeho hlavní funkcí je „Reminds user to complete the Leetcode Daily Challenge Question“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Daily-Challenge Reminder

Stáhněte si soubory rozšíření Daily-Challenge Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Daily-Challenge Reminder Daily-Challenge Reminder
ID fgpphonilhabeglmgpbabbnamimmbihf
Oficiální URL https://chromewebstore.google.com/detail/daily-challenge-reminder/fgpphonilhabeglmgpbabbnamimmbihf
Popis Reminds user to complete the Leetcode Daily Challenge Question
Velikost souboru 1.02 MB
Počet instalací 360
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-02-15
Datum Vydání 2022-02-07
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář siddhantchawla
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}