WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Duration for Google Tasks

Duration for Google Tasks

View on Chrome Web Store
View Duration for Google Tasks Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (27 ratings)
1 new 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.

Smarter Tasks in Google Calendar
Type
Extension
Users
2,000 users
1K
Xander Jennie
View author page of Xander Jennie
Published
Published on July 22, 2024
Version 1.5.5
Manifest version
3
Updated
Updated on January 21, 2026
productivity/workflow
Extension Category
View on Chrome Web Store
View Duration for Google Tasks 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": "Duration for Google Tasks",
    "version": "1.5.5",
    "description": "Smarter Tasks in Google Calendar",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "https:\/\/tasks.googleapis.com\/*",
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "561775733580-nj6qql91ili6b05ogbvp6bjo9ghs50s7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17690035404.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/tasks.google.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/pages\/contextMenu\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17690035404.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "src\/pages\/extPay\/index.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon.png",
                "src\/pages\/update\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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