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
官方網址 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
電子郵箱 [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"
    ]
}