Daily Task

Time management quadrants

什麼是Daily Task?

Daily Task是由https://tcltan.com開發的Chrome擴展程式,該擴展的主要功能是“Time management quadrants”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Daily Task擴展crx文件

下載Daily Task擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}