Microsoft To Do Browser Extension

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

Cos'è Microsoft To Do Browser Extension?

Microsoft To Do Browser Extension è un'estensione di Chrome sviluppata da waynegong, e la sua funzione principale è "An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Microsoft To Do Browser Extension

Scarica i file di estensione Microsoft To Do Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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;                    

Informazioni di Base sull'Estensione

Nome Microsoft To Do Browser Extension Microsoft To Do Browser Extension
ID ffpljgmbiankjaokoefefmkoghcgoodn
URL Ufficiale https://chrome.google.com/webstore/detail/ffpljgmbiankjaokoefefmkoghcgoodn
Descrizione An open source, free browser extension for Microsoft To Do that keeps you focused from work to play.
Dimensione del File 438 KB
Conteggio Installazioni 8,233
Versione Corrente 1.4.0
Ultimo Aggiornamento 2022-09-14
Data di Pubblicazione 2021-01-26
Valutazione 4.00/5 Totale 18 Valutazioni
Sviluppatore waynegong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/WayneGongCN/microsoft-todo-browser-ext
URL della Pagina di Aiuto https://github.com/WayneGongCN/microsoft-todo-browser-ext
URL della Pagina della Politica sulla Privacy https://ms-todo.com/privacy-policy.html
Lingue Supportate 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"
    }
}