Quick Todo Tab

Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…

什麼是Quick Todo Tab?

Quick Todo Tab是由WooodHead開發的Chrome擴展程式,該擴展的主要功能是“Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…”。

擴展截圖

screenshot

下載Quick Todo Tab擴展crx文件

下載Quick Todo Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make shopping lists or task lists, take notes, record collections, plan an event, or set reminders to increase your productivity and focus on what matters to you. Quick Todo Tab makes it easy to stay organized and manage your life.

Quick Todo Tab features:

Task manager
• Add reminders, tasks and lists with the To Do widget
• Daily organizer personalized with bold and colorful backgrounds
• Reminders with one-time or recurring due dates
• Make task lists and switch between school, work, and personal lists

To Do lists for any purpose
• Bill planner
• Shopping list
• Reminders
• Task management
• Take notes
• And more                    

擴展基本資訊

名稱 Quick Todo Tab Quick Todo Tab
ID acgpoaendigegjigblconnippbmmdiml
官方網址 https://chromewebstore.google.com/detail/quick-todo-tab/acgpoaendigegjigblconnippbmmdiml
簡介 Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…
檔案大小 422 KB
安裝次數 20
目前版本 0.0.1
更新時間 2022-01-02
上架時間 2022-01-02
開發者 WooodHead
電子郵箱 [email protected]
付費類型 free
擴展官網 http://codexp.io
說明頁面URL http://codexp.io/support
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "Quick Todo Tab",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}