Task Zee - Todo List Manager

Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.

Task Zee - Todo List Manager란 무엇입니까?

Task Zee - Todo List Manager은(는) https://sureshdsk.github.io/taskzee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab. This helps you focus on the tasks that needs your attention and avoid distractions like habitually opening Facebook or YouTube to watch yet another cat video.                    

확장 프로그램 기본 정보

이름 Task Zee - Todo List Manager Task Zee - Todo List Manager
ID ehkioebimmkllmhdapjbbdncalnmggnk
공식 URL https://chromewebstore.google.com/detail/task-zee-todo-list-manage/ehkioebimmkllmhdapjbbdncalnmggnk
설명 Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.
파일 크기 2.27 MB
설치 횟수 21
현재 버전 0.4
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 3 개의 평점
개발자 https://sureshdsk.github.io/taskzee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sureshdsk.github.io/taskzee/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Task Zee",
    "name": "Task Zee - Todo List Manager",
    "description": "Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.",
    "version": "0.4",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}