To-Do List

Manage your tasks with ease as you work!

To-Do Listとは何ですか?

To-Do ListはMediastinctによって開発されたChromeの拡張機能で、その主な機能は「Manage your tasks with ease as you work!」です。

拡張機能のスクリーンショット

screenshot

To-Do List拡張機能のCRXファイルをダウンロード

To-Do List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 To-Do List To-Do List
ID ckkmcmalmhbagcfhffpegcmnoialkeke
公式URL https://chromewebstore.google.com/detail/to-do-list/ckkmcmalmhbagcfhffpegcmnoialkeke
説明 Manage your tasks with ease as you work!
ファイルサイズ 840 KB
インストール数 21
現在のバージョン 1.2
最終更新日 2022-12-27
公開日 2020-12-16
開発者 Mediastinct
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mediastinct.com/products
プライバシーポリシーページのURL https://mediastinct.com/privacy-policy
対応言語 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"
    ]
}