Daily-Challenge Reminder

Reminds user to complete the Leetcode Daily Challenge Question

什麼是Daily-Challenge Reminder?

Daily-Challenge Reminder是由siddhantchawla開發的Chrome擴展程式,該擴展的主要功能是“Reminds user to complete the Leetcode Daily Challenge Question”。

擴展截圖

screenshot
screenshot
screenshot

下載Daily-Challenge Reminder擴展crx文件

下載Daily-Challenge Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Daily-Challenge Reminder
ID fgpphonilhabeglmgpbabbnamimmbihf
官方網址 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"
    }
}