Microsoft To Do Browser Extension

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

Wat is Microsoft To Do Browser Extension?

Microsoft To Do Browser Extension is een Chrome-extensie ontwikkeld door waynegong, en de belangrijkste functie is "An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Microsoft To Do Browser Extension

Download Microsoft To Do Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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;                    

Basisinformatie over de Extensie

Naam Microsoft To Do Browser Extension Microsoft To Do Browser Extension
ID ffpljgmbiankjaokoefefmkoghcgoodn
Officiële URL https://chrome.google.com/webstore/detail/ffpljgmbiankjaokoefefmkoghcgoodn
Beschrijving An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.
Bestandsgrootte 438 KB
Aantal Installaties 8,233
Huidige Versie 1.4.0
Laatst Bijgewerkt 2022-09-14
Publicatiedatum 2021-01-26
Beoordeling 4.00/5 Totaal 18 Beoordelingen
Ontwikkelaar waynegong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/WayneGongCN/microsoft-todo-browser-ext
Help Pagina-URL https://github.com/WayneGongCN/microsoft-todo-browser-ext
URL van de Privacybeleid Pagina https://ms-todo.com/privacy-policy.html
Ondersteunde Talen 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"
    }
}