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 |
官方網址 | 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" } } } |