To-Do List

Manage your tasks with ease as you work!

What is To-Do List?

To-Do List is a Chrome extension developed by Mediastinct, and its main feature is "Manage your tasks with ease as you work!".

Extension Screenshots

screenshot

Download To-Do List Extension CRX File

Download To-Do List 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

                        To-Do List is a free browser extension which is integrated into Chrome and helps add a daily list of to-do tasks for your personal convenience and time management while you work online. A convenient search bar powered by Bing.com enables you to surf the web at ease from the new tab.

How to get started
Once the new tab extension is downloaded and added to Chrome (browser) , all you need to do is click the + button to add a new task and hit enter. Once the task has been completed, click the tick box and the task will be removed. 
The search engine on the new tab will change to Bing.com once downloaded.

Features
Easy way to add to-do's on your new tab
Fast and reliable web search powered by Bing.com
Completely free, with no additional permissions required

Permissions
This extension does NOT ask for your login or password.

By clicking "Install Now", I accept and agree to install the "To-Do List" extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.

Uninstallation:
To uninstall the extension in Chrome, go to chrome://extensions/ and locate "To-Do List", click on Remove and you will be prompted with a pop up "To-Do List?", click the Remove button.

Disclaimer:
The search engine on the new tab will change to Bing.com once downloaded.                    

Extension Basic Information

Name To-Do List To-Do List
ID ckkmcmalmhbagcfhffpegcmnoialkeke
Official URL https://chromewebstore.google.com/detail/to-do-list/ckkmcmalmhbagcfhffpegcmnoialkeke
Description Manage your tasks with ease as you work!
File Size 840 KB
Installation Count 21
Current Version 1.2
Last Updated 2022-12-27
Publish Date 2020-12-16
Developer Mediastinct
Email [email protected]
Payment Type free
Extension Website https://mediastinct.com/products
Privacy Policy Page URL https://mediastinct.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Do List",
    "description": "Manage your tasks with ease as you work!",
    "version": "1.2",
    "icons": {
        "128": "images\/icons\/Daily-To-Do-List-icon.png"
    },
    "background.service_worker": "js\/background.js",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}