WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TaskMatrix Pro: Free Task Manager & Tools

TaskMatrix Pro: Free Task Manager & Tools

View on Chrome Web Store
View TaskMatrix Pro: Free Task Manager & Tools Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
14 views
This extension has been viewed 14 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.

Free Chrome browser extension for intelligent tasks. Visualize your tasks with powerful tools and screen-friendly interface
Type
Extension
Users
47 users
1
Website camscanner.top
navyum
View author page of navyum
Published
Published on September 7, 2025
Version 1.2.7
Manifest version
3
Updated
Updated on October 14, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TaskMatrix Pro: Free Task Manager & Tools 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.7",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/taskmatrix.camscanner.top",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+T",
                "mac": "Command+Shift+T"
            },
            "description": "__MSG_openTaskMatrix__"
        }
    }
}
© 2026 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