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