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
公式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
Eメール [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"
    }
}