Urgent Important Matrix

Mini and cute Eisenhower matrix task manager

什麼是Urgent Important Matrix?

Urgent Important Matrix是由https://urgentimportant.org開發的Chrome擴展程式,該擴展的主要功能是“Mini and cute Eisenhower matrix task manager”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Urgent Important Matrix擴展crx文件

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

擴展使用說明

                        ✨ Beautiful and clean Eisenhower matrix as your New Tab.

Organize your tasks by urgency and importance. Help you to use your time better.

Everything you need, and nothing else.

Highlighted features:
🤏 Simply drag and drop to organize the tasks. 
✅ Single click to mark task as completed.
🧹 Auto clean up the completed tasks at midnight. 

Got feedback or need new feature? We ❤️ to hear! Leave a comment and let us make this tool better for everyone.                    

擴展基本資訊

名稱 Urgent Important Matrix Urgent Important Matrix
ID hlogdcaphbmmgaibldaelbfddnnlcngb
官方網址 https://chromewebstore.google.com/detail/urgent-important-matrix/hlogdcaphbmmgaibldaelbfddnnlcngb
簡介 Mini and cute Eisenhower matrix task manager
檔案大小 1.31 MB
安裝次數 67
目前版本 0.0.4
更新時間 2023-11-07
上架時間 2023-08-21
評分 5.00/5 共 6 次評分
開發者 https://urgentimportant.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://urgentimportant.org
隱私政策頁面URL https://urgentimportant.org/privacy
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Urgent Important Matrix",
    "description": "Mini and cute Eisenhower matrix task manager",
    "version": "0.0.4",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en"
}