Todo Tab

A privacy-first todo list

Todo Tab란 무엇입니까?

Todo Tab은(는) https://jaison.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A privacy-first todo list"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Yes! We care about your privacy. We never look into your task list or browser history. Along with the standard to-do list, we are introducing a feature called colouring coded labels. This feature helps you to recognise as well as recall your task faster. If you are someone who spends most of the time with the browser, this is for you! Install and stay productive!

- Featured on Product Hunt & LifeHacker Japan.

Like this tool? Help it stay alive – https://www.buymeacoffee.com/jaisonjustus                    

확장 프로그램 기본 정보

이름 Todo Tab Todo Tab
ID ljkjodkdilmmlaiphehiceeblnnndhnd
공식 URL https://chromewebstore.google.com/detail/todo-tab/ljkjodkdilmmlaiphehiceeblnnndhnd
설명 A privacy-first todo list
파일 크기 203 KB
설치 횟수 2,826
현재 버전 2.0.1
최근 업데이트 2021-05-06
출시 날짜 2018-08-05
평점 4.50/5 총 40 개의 평점
개발자 https://jaison.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.todotab.xyz
개인정보 보호 정책 페이지 URL https://www.todotab.xyz/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo Tab",
    "version": "2.0.1",
    "description": "A privacy-first todo list",
    "author": "27AE60",
    "homepage_url": "http:\/\/27ae60.com",
    "action": {
        "default_title": "Todo Tab",
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "welcome.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}