ToDo
Extension to form habits and prioritise tasks
ToDoとは何ですか?
ToDoはhttps://mpashkovskiy.github.io/todo-extensionによって開発されたChromeの拡張機能で、その主な機能は「Extension to form habits and prioritise tasks」です。
拡張機能のスクリーンショット
ToDo拡張機能のCRXファイルをダウンロード
ToDo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspired by: - The Autobiography of Benjamin Franklin by Benjamin Franklin and his "project of arriving at moral perfection": http://www.gutenberg.org/files/148/148-h/148-h.htm#Page_82 - and Dwight D. Eisenhower's Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method
拡張機能の基本情報
名前 | ToDo |
ID | eopgnfmokenljjoeidphdgamkagpoimf |
公式URL | https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf |
説明 | Extension to form habits and prioritise tasks |
ファイルサイズ | 317 KB |
インストール数 | 60 |
現在のバージョン | 1.2 |
最終更新日 | 2019-09-24 |
公開日 | 2019-09-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://mpashkovskiy.github.io/todo-extension |
支払い方法 | free |
拡張機能のウェブサイト | https://mpashkovskiy.github.io/todo-extension |
ヘルプページのURL | https://github.com/mpashkovskiy/todo-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToDo", "description": "Extension to form habits and prioritise tasks", "version": "1.2", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |