WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Todoist for Chrome

Todoist for Chrome

View on Chrome Web Store
View Todoist for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (51,332 ratings)
3 new ratings
1 views
This extension has been viewed 1 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.

Organize work and life with Todoist for Chrome
Type
Extension
Users
700,000 users
100K
Doist
View author page of Doist
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 5, 2010
Version 12.5
Manifest version
3
Updated
Updated on May 12, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Todoist for Chrome 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,
    "version": "12.5",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Todoist",
    "default_locale": "en",
    "icons": {
        "16": "todoist_16.png",
        "48": "todoist_48.png",
        "128": "todoist_128.png",
        "256": "todoist_256.png",
        "512": "todoist_512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Todoist",
        "default_icon": "todoist_256.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "http:\/\/*.todoist.com\/*",
        "https:\/\/*.todoist.com\/*"
    ],
    "commands": {
        "add-to-todoist": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_addToTodoist__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup.js",
                "browserApi.js",
                "i18nUtils.js",
                "counter_update.js",
                "popup.css",
                "firefox_inprivate.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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