To Do List

An Organised To Do List or Task List to Make All Things Done.

To Do Listとは何ですか?

To Do Listはcontactassistancellcによって開発されたChromeの拡張機能で、その主な機能は「An Organised To Do List or Task List to Make All Things Done.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The Best To Do List to update and keep track of your daily tasks is here. To do list makes it very simple to manage your routine and tasks on chrome. You can work and keep an eye on your To Do list on chrome while ticking off the things you’re done with.

OVERVIEW

To do List extension is a free tool to organize your daily to-do or tasks list. It is effortless to use as you can update and check it simultaneously on chrome. Simply clicking on the extension icon will show you your To do list to add your tasks, remove or tick what’s done and edit the existing tasks. This simple extension has been designed to keep their routine organized and get things done on time. So, just install this extension and click on the extension icon in the toolbar to use the To Do list.

FEATURES

CREATE TASKS IN SEQUENCE:-
You can easily add and create your tasks or things to this To Do List. All the added tasks will show in an organized way and sequence. You will be able to keep track of your routine in the simplest way.

FREE, EASY, AND CONVENIENT:-
Adding your tasks to this To Do List is as simple as breathing. The to-do list extension is free and easy to create. You can be reminded of all your tasks and check your to do list in your chrome browser.

EDIT YOUR TASKS AND TO-DO LIST:-
Each task that you have entered has an option of editing. You will be able to edit the entered task if you want to change it.

TICK OFF THE ACHIEVED TASKS:-
Every added task on the To Do List will have a check box. You can simply click on the check box to tick off that task from the list. This extension will show you how many tasks you have completed at the bottom of the list.:-

DELETE THE COMPLETED TASKS:-
It is easy to remove the completed tasks from the To Do List. Each task will contain a cross at the end of the row. Therefore, you can delete that task by simply clicking on that cross.

SAFE AND HASSLE-FREE:-
Using this extension is completely safe. We do not ask you to sign up, and there are no restrictions for using. We respect your data privacy, and hence, we do not store or use anything from your To Do List.                    

拡張機能の基本情報

名前 To Do List To Do List
ID cadmpiafbfkppgllcngelbhnnefddcjb
公式URL https://chrome.google.com/webstore/detail/to-do-list/cadmpiafbfkppgllcngelbhnnefddcjb
説明 An Organised To Do List or Task List to Make All Things Done.
ファイルサイズ 93.57 KB
インストール数 64
現在のバージョン 0.0.1
最終更新日 2021-12-20
公開日 2021-12-20
評価 5.00/5 合計 24 レビュー
開発者 contactassistancellc
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.1",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "images\/128.png",
        "default_popup": "TodoList.html"
    }
}