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" ] } |