To-Do List

A simple to-do list Chrome extension.

To-Do Listとは何ですか?

To-Do Listはcytsai11.twによって開発されたChromeの拡張機能で、その主な機能は「A simple to-do list Chrome extension.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Looking for a way to stay organized and on top of your daily tasks? Look no further than our new Chrome extension that helps you manage your to-do list with ease and efficiency.

With just a few clicks, you can create, organize, and prioritize your tasks for the day, week, or even the month ahead. Our sleek and user-friendly interface allows you to easily add new tasks, edit existing ones, and mark them as complete.

But that's not all, our intuitive drag-and-drop functionality makes it easy to rearrange tasks and prioritize them according to their importance and deadline.

With our to-do list Chrome extension, you can finally say goodbye to sticky notes, forgotten tasks, and missed deadlines. Whether you're a busy professional, a student, or a busy parent juggling multiple responsibilities, our extension is the perfect solution for staying on top of your to-do list and achieving your goals.

So why wait? Download our to-do list Chrome extension today and start managing your tasks like a pro!                    

拡張機能の基本情報

名前 To-Do List To-Do List
ID hpmeoagnhdfkembdbohmefnohdfffacp
公式URL https://chromewebstore.google.com/detail/to-do-list/hpmeoagnhdfkembdbohmefnohdfffacp
説明 A simple to-do list Chrome extension.
ファイルサイズ 102 KB
インストール数 257
現在のバージョン 1.0
最終更新日 2023-03-30
公開日 2023-03-30
評価 4.86/5 合計 7 レビュー
開発者 cytsai11.tw
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Do List",
    "version": "1.0",
    "description": "A simple to-do list Chrome extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "To-Do List"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon.png"
    }
}