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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } |