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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
} | |