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…

What is Quick Todo Tab?

Quick Todo Tab is a Chrome extension developed by WooodHead, and its main feature is "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…".

Extension Screenshots

screenshot

Download Quick Todo Tab Extension CRX File

Download Quick Todo Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quick Todo Tab Quick Todo Tab
ID acgpoaendigegjigblconnippbmmdiml
Official URL https://chromewebstore.google.com/detail/quick-todo-tab/acgpoaendigegjigblconnippbmmdiml
Description 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…
File Size 422 KB
Installation Count 20
Current Version 0.0.1
Last Updated 2022-01-02
Publish Date 2022-01-02
Developer WooodHead
Email [email protected]
Payment Type free
Extension Website http://codexp.io
Help Page URL http://codexp.io/support
Supported Languages 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"
    ]
}