NewTabTodo

Manage your day to day tasks by simply adding cards inside your browser's new tab

NewTabTodo란 무엇입니까?

NewTabTodo은(는) https://newtabtodo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your day to day tasks by simply adding cards inside your browser's new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NewTabTodo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        New Tab Todo
Task management in your browser's new tab

Replace your browser's "new tab" with a simple and beautiful to-do app!

New Tab Todo is a simple browser extension that lets you add and manage your day-to-day tasks whenever you open your browser's new tab!

* FREE
* Add Boards & Cards to make your todo!
* Keep track of your time & tasks in a clean interface
* Dark Mode

Key Features:
- No signup/registration required
- Drag and Drop cards and boards
- Copy Cards
- Dark and Light theme
- Add due date/time in cards
- Add labels
- Prioritize your cards
- Hide completed cards
- Search on Google, Bing, YouTube & DuckDuckGo
- Bookmark your favorite websites
- Import and Export your data
- Focus Clock
- Browser Sync*
and many more...


* Browser synchronization across all Chrome browsers that you're logged into

Try it & you'll love it...                    

확장 프로그램 기본 정보

이름 NewTabTodo NewTabTodo
ID omajchkpfbgdnponeednigfehanaholi
공식 URL https://chromewebstore.google.com/detail/newtabtodo/omajchkpfbgdnponeednigfehanaholi
설명 Manage your day to day tasks by simply adding cards inside your browser's new tab
파일 크기 1.91 MB
설치 횟수 959
현재 버전 0.1.3
최근 업데이트 2023-09-06
출시 날짜 2021-01-29
평점 5.00/5 총 19 개의 평점
개발자 https://newtabtodo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://newtabtodo.com
개인정보 보호 정책 페이지 URL https://newtabtodo.com/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.3",
    "name": "NewTabTodo",
    "short_name": "NewTabTodo",
    "description": "Manage your day to day tasks by simply adding cards inside your browser's new tab",
    "homepage_url": "https:\/\/newtabtodo.com\/",
    "author": "Muhammad Ovi",
    "offline_enabled": true,
    "icons": {
        "16": "img\/icons\/x16.png",
        "32": "img\/icons\/x32.png",
        "48": "img\/icons\/x48.png",
        "128": "img\/icons\/x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/browser-polyfill.js",
            "assets\/js\/backgroundScript.js"
        ],
        "persistent": false
    },
    "browser_action": []
}