Microsoft To Do Browser Extension

An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.

What is Microsoft To Do Browser Extension?

Microsoft To Do Browser Extension is a Chrome extension developed by waynegong, and its main feature is "An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.".

Extension Screenshots

screenshot
screenshot

Download Microsoft To Do Browser Extension Extension CRX File

Download Microsoft To Do Browser Extension 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

                        Open source third-party browser extension for Microsoft To Do

- Quickly create Todo tasks through the extension pop-up window;
- Add selected content directly to Todo;
- Support personalized configuration, save current page information;
- Free and open source;                    

Extension Basic Information

Name Microsoft To Do Browser Extension Microsoft To Do Browser Extension
ID ffpljgmbiankjaokoefefmkoghcgoodn
Official URL https://chrome.google.com/webstore/detail/ffpljgmbiankjaokoefefmkoghcgoodn
Description An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.
File Size 438 KB
Installation Count 8,233
Current Version 1.4.0
Last Updated 2022-09-14
Publish Date 2021-01-26
Rating 4.00/5 Total 18 Ratings
Developer waynegong
Email [email protected]
Payment Type free
Extension Website https://github.com/WayneGongCN/microsoft-todo-browser-ext
Help Page URL https://github.com/WayneGongCN/microsoft-todo-browser-ext
Privacy Policy Page URL https://ms-todo.com/privacy-policy.html
Supported Languages en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "identity",
        "tabs",
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/todo-16.png",
        "24": ".\/icons\/todo-24.png",
        "32": ".\/icons\/todo-32.png",
        "48": ".\/icons\/todo-48.png",
        "128": ".\/icons\/todo-128.png"
    }
}