Daily Task

Time management quadrants

Daily Task란 무엇입니까?

Daily Task은(는) https://tcltan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Time management quadrants"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The SECRET from the MUST READ BOOK, "7 Habits of Highly Effective People". Highly recommended by successful entrepreneur from all over the world!! This is how they become super effective by organizing daily tasks into the quadrants. This extension modernizes the four quadrants into your chrome homepage to boost your task management skills ! If you are down to becoming effective, try this extension and stick to what you've planned! Don't give up, you are one step away...                    

확장 프로그램 기본 정보

이름 Daily Task Daily Task
ID hcljnpmdkadckhadheniipdnnnkiaiog
공식 URL https://chromewebstore.google.com/detail/daily-task/hcljnpmdkadckhadheniipdnnnkiaiog
설명 Time management quadrants
파일 크기 205 KB
설치 횟수 77
현재 버전 1.1.0
최근 업데이트 2019-06-28
출시 날짜 2019-06-27
평점 4.50/5 총 8 개의 평점
개발자 https://tcltan.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Task",
    "version": "1.1.0",
    "description": "Time management quadrants",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/DailyTask_logo_16.png",
        "32": "images\/DailyTask_logo_32.png",
        "48": "images\/DailyTask_logo_48.png",
        "128": "images\/DailyTask_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "dailytask.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/jquery-ui.min.js",
            "js\/background.min.js",
            "js\/drag.min.js",
            "js\/user_storage.min.js",
            "js\/transition.min.js",
            "js\/bootstrap.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/DailyTask_logo_32.png"
    },
    "manifest_version": 2
}