To do list - Keep it simple

Just a simple to do list extension with a simple design.

To do list - Keep it simpleとは何ですか?

To do list - Keep it simpleはyohan.quinquisによって開発されたChromeの拡張機能で、その主な機能は「Just a simple to do list extension with a simple design.」です。

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

screenshot
screenshot

To do list - Keep it simple拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With Keep it simple, organize your tasks in no time !

This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. 

With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.                    

拡張機能の基本情報

名前 To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
公式URL https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
説明 Just a simple to do list extension with a simple design.
ファイルサイズ 1.55 MB
インストール数 204
現在のバージョン 1.3
最終更新日 2023-11-17
公開日 2023-02-21
評価 5.00/5 合計 10 レビュー
開発者 yohan.quinquis
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To do list - Keep it simple",
    "description": "Just a simple to do list extension with a simple design.",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "256": "image\/logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "256": "image\/logo.png"
        }
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ]
}