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
公式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
Eメール [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
}