Task Reminder

A Simple Task Reminder

What is Task Reminder?

Task Reminder is a Chrome extension developed by Dev App Zone, and its main feature is "A Simple Task Reminder".

Extension Screenshots

screenshot
screenshot

Download Task Reminder Extension CRX File

Download Task Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Remind your tasks on time                    

Extension Basic Information

Name Task Reminder Task Reminder
ID hjaepmpnjjhlpbljbeajlhklcgflejgm
Official URL https://chromewebstore.google.com/detail/task-reminder/hjaepmpnjjhlpbljbeajlhklcgflejgm
Description A Simple Task Reminder
File Size 327 KB
Installation Count 2,654
Current Version 3.1
Last Updated 2022-08-15
Publish Date 2018-04-06
Rating 4.17/5 Total 12 Ratings
Developer Dev App Zone
Email [email protected]
Payment Type free
Extension Website https://github.com/harishuw/task_reminder
Help Page URL https://github.com/harishuw/task_reminder
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Reminder",
    "short_name": "TR v3.1",
    "version": "3.1",
    "manifest_version": 3,
    "author": "Harish U Warrier",
    "description": "A Simple Task Reminder",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "action": {
        "default_title": "Task Reminder",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}