WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Task Manager & Reminders List

Task Manager & Reminders List

View on Chrome Web Store
View Task Manager & Reminders List Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Offline task manager with timed reminders in Browser side panel.
Type
Extension
Users
38 users
3
Free Useful Apps
View author page of Free Useful Apps
Published
Published on May 29, 2025
Version 0.2.6
Manifest version
3
Updated
Updated on May 29, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Task Manager & Reminders List Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.2.6",
    "manifest_version": 3,
    "action": {
        "default_title": "Tasks"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "sidePanel"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "side_panel": {
        "default_path": "pages\/sidepanel\/panel.html"
    },
    "commands": {
        "add-task": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Open Tasks panel"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "homepage_url": "https:\/\/task-manager-list.pdfwork.com",
    "default_locale": "en"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top