Taskade - Task & Todo List

Taskade is a simple todo and task manager to make all things done in an organized way.

Taskade - Task & Todo List란 무엇입니까?

Taskade - Task & Todo List은(는) extensionpartner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Taskade is a simple todo and task manager to make all things done in an organized way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Taskade - Task & Todo List 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Taskade - Task & Todo List is a FREE chrome extension to manage all your tasks and todo list in a simple and easy way. The extension lets you add tasks and once they are done, you can remove them from your task and todo list without following any complex steps. 

Features of Taskade - Task & Todo List 

- The extension allows you to add tasks in your beautiful todo list just by hitting a single button click.

- It is available worldwide. Therefore, you can use the extension no matter where you are, it works smoothly.

- Taskade - Task & Todo List works with all the tabs you are working in the browser, so you don't need to click the extension icon to add a piece of work in your todo list instead you just need to press Alt+Z key on your keyboard and fill your mission in prompt box and then hit enter key. Done. Your piece of work will be added to your todo list.

- Enjoy the beautiful layout of this mission manager extension while keeping your things done.

-Once your mission is done, you just need to check the piece of work from the list in this task manager extension.

Shortcuts:-

Alt+z - To add a piece of work from your working tab.

How to use: -  

- Pin the extension to your toolbar after installing it.

- Click the extension icon to open the popup window.

-Type your task in the input field and hit Enter key or press Add button, the task will be added to your task list.

-Press Alt+Z key on your keyboard in your working tab. It will open a prompt box, enter your task and submit it to add the task.

- Once the piece of work is completed, just click on the task, it will be checked and get blurred. And next time when you open the extension, the assignment/job will not be there.

Why choose us:-

Works offline - Taskade - Task & Todo List extension works perfectly offline. You don't need to be connected to the internet to manage your task.

Light weight -  The extension is of minimal size, so it will consume negligible disk of your system and will not affect system's performance.

Simple layout - It is built based on simplicity so that you don't have to follow complex steps.

Secure - Using this extension is completely safe. We don't store your data on our server. Your data is stored in your browser. So it is secure.
 
Privacy:  
 User's data is the most precious thing. While keeping this mind, we built the extension safe and secure for our users, so they can use it without any hesitation.

We don't fetch users' data to our server. No one can check a user's data except the user. We don't use any tracking or analytics tools. Your privacy is private.
Taskade - Task & Todo List is a safe and secure extension.                    

확장 프로그램 기본 정보

이름 Taskade - Task & Todo List Taskade - Task & Todo List
ID mccbomeegfcjhinpfknaobocebffnoeg
공식 URL https://chromewebstore.google.com/detail/taskade-task-todo-list/mccbomeegfcjhinpfknaobocebffnoeg
설명 Taskade is a simple todo and task manager to make all things done in an organized way.
파일 크기 607 KB
설치 횟수 58
현재 버전 0.0.1
최근 업데이트 2022-02-18
출시 날짜 2022-02-18
평점 5.00/5 총 1 개의 평점
개발자 extensionpartner
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Taskade - Task & Todo List",
    "version": "0.0.1",
    "description": "Taskade is a simple todo and task manager to make all things done in an organized way.",
    "icons": {
        "128": ".\/img\/128.png",
        "48": ".\/img\/48.png",
        "32": ".\/img\/32.png",
        "16": ".\/img\/16.png"
    },
    "action": {
        "default_icon": ".\/img\/128.png",
        "default_title": "Taskade - Task & Todo List",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/index.js",
                "content\/index.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}