Eisenhower Matrix
The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
什么是Eisenhower Matrix?
Eisenhower Matrix是由Farshid Ashouri开发的Chrome扩展程序,该扩展的主要功能是“The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks”。
扩展截图
下载Eisenhower Matrix扩展crx文件
下载Eisenhower Matrix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks
扩展基本信息
名称 | Eisenhower Matrix |
ID | fhfpojegplpnjaigfhohnbdmfeojlpbl |
官方URL | https://chromewebstore.google.com/detail/eisenhower-matrix/fhfpojegplpnjaigfhohnbdmfeojlpbl |
简介 | The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks |
文件大小 | 21.04 KB |
安装次数 | 179 |
当前版本 | 1.0 |
更新时间 | 2023-02-27 |
上架时间 | 2023-02-26 |
开发者 | Farshid Ashouri |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ourway/eisenhower-matrix-chrome-extention |
隐私政策页面URL | https://raw.githubusercontent.com/ourway/eisenhower-matrix-chrome-extention/main/PRIVACY.txt |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eisenhower Matrix", "description": "The Eisenhower Matrix is a simple tool for considering the long-term outcomes of your daily tasks", "version": "1.0", "manifest_version": 3, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } } |