New Tab Todo List: Checklist, Notes, Outliner

Beautiful and sharable checklists, notes, and to-do lists. Collaborate and outline in real-time.

Co je New Tab Todo List: Checklist, Notes, Outliner?

New Tab Todo List: Checklist, Notes, Outliner je rozšíření Chrome vyvinuté https://www.taskade.com, a jeho hlavní funkcí je „Beautiful and sharable checklists, notes, and to-do lists. Collaborate and outline in real-time.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab Todo List: Checklist, Notes, Outliner

Stáhněte si soubory rozšíření New Tab Todo List: Checklist, Notes, Outliner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Turn your New Tab into a Todo List! ✏️ A lightning fast new tab productivity page and dashboard with stunning backgrounds, todo, tasks, lists, and more. Make your new tab / start page the way it should be: Fast, customizable, beautiful and productive!

Make lists, outlines, todos, and more. With the New Tab Todo List extension for Chrome, just open a New Tab to capture your ideas, goals, and daily tasks. 

New Tab Todo List is a friendly space for your lists, outlines, and teams. Use it as your simple to-do list and task manager. You can instantly make a list and share it with your friends, family, and team. 

Simple, clean, and beautifully designed with relaxing themes and backgrounds. New Tab Todo List declutters your thoughts so you can focus on your tasks, ideas, and getting things done.  Use New Tab Todo List to capture your ideas, goals, daily tasks and stay organized. 

A homepage you will fall in love with! Checklists, tasks, todos, quick notes, calendar and more. Replace your new tab with a personal productivity tool featuring to-do, task lists, team outliner, and inspirations.


➜ FEATURES 

• New Tab into a beautiful task list
• Collaborate with others, with real-time syncing
• Share your task lists instantly using a share link 
• Easily invite friends and teammates to New Tab Todo List
• Work together in a shared team space
• Task lists with a natural editing interface
• Edit to-do lists like a word doc and document
• Mark any items as complete, whether bullet, number, or checkbox.
• Infinitely nested lists with indent / outdent
• Tag and filter tasks using #hashtag and @mentions
• Works on phones and tablets, with live real-time syncing between devices
• Automatic syncing between your phone, tablet and computer 
• Simply click to edit, like a text document
• Easily expand and collapse outlines and lists
• Inspirational wallpapers and photos
• Beautiful and minimal interface
• Simple, instant and FREE
• Feel good, get motivated, seize the momentum and get things done!

➜ IS New Tab Todo List FREE?

Yes, New Tab Todo List is completely free. Soon you will have the option to upgrade to New Tab Todo List Pro, which will have additional features like themes, sticker packs, and customizations.

➜ CAN I USE New Tab Todo List WITH MY TEAM?

Yes. Create a space and invite your team instantly. It helps keep your lists and team organized. Members will have full access to lists in space. Use New Tab Todo List as your collaboration tool to help each other get stuff done. Meeting notes, task lists, collaborative documents and processes are now in one place in your shared New Tab Todo List space. Unleash your team’s potential


➜ CAN I COLLABORATE WITH OTHERS?

Yes. New Tab Todo List allows you to edit lists dynamically with anyone through a share link in real-time. Your task lists are in sync across all devices live and in real-time. Collaboratively edit together in real-time with teams and groups. Simply select and share the edit link. Stay organized and make progress with your team projects using New Tab Todo List. Your team is on the same page!                    

Základní Informace o Rozšíření

Název New Tab Todo List: Checklist, Notes, Outliner New Tab Todo List: Checklist, Notes, Outliner
ID hdkbnhcgfcokjhlfiicbphafdnipnhjf
Oficiální URL https://chromewebstore.google.com/detail/new-tab-todo-list-checkli/hdkbnhcgfcokjhlfiicbphafdnipnhjf
Popis Beautiful and sharable checklists, notes, and to-do lists. Collaborate and outline in real-time.
Velikost souboru 1.2 MB
Počet instalací 51,487
Aktuální Verze 3.5.0
Poslední Aktualizace 2022-08-26
Datum Vydání 2020-06-07
Hodnocení 4.37/5 Celkem 83 Hodnocení
Vývojář https://www.taskade.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.taskade.com
URL Stránky Nápovědy https://www.taskade.com/templates
URL Stránky Zásad Ochrany Soukromí https://www.taskade.com/privacy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Todo List: Checklist, Notes, Outliner",
    "short_name": "New Tab Todo List",
    "description": "Beautiful and sharable checklists, notes, and to-do lists. Collaborate and outline in real-time.",
    "version": "3.5.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/chrome_todo_list\/[email protected]",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/chrome_todo_list\/[email protected]",
        "19": "assets\/icons\/chrome_todo_list\/[email protected]",
        "39": "assets\/icons\/chrome_todo_list\/[email protected]",
        "48": "assets\/icons\/chrome_todo_list\/[email protected]",
        "128": "assets\/icons\/chrome_todo_list\/[email protected]"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.taskade.com\/*",
        "*:\/\/*.taskade.dev\/"
    ],
    "web_accessible_resources": [
        "popup.html",
        "popup.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}