Task Zee - Todo List Manager
Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.
什么是Task Zee - Todo List Manager?
Task Zee - Todo List Manager是由https://sureshdsk.github.io/taskzee开发的Chrome扩展程序,该扩展的主要功能是“Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.”。
扩展截图
下载Task Zee - Todo List Manager扩展crx文件
下载Task Zee - Todo List Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab. This helps you focus on the tasks that needs your attention and avoid distractions like habitually opening Facebook or YouTube to watch yet another cat video.                     扩展基本信息
| 名称 |  | 
| ID | ehkioebimmkllmhdapjbbdncalnmggnk | 
| 官方URL | https://chromewebstore.google.com/detail/task-zee-todo-list-manage/ehkioebimmkllmhdapjbbdncalnmggnk | 
| 简介 | Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab. | 
| 文件大小 | 2.27 MB | 
| 安装次数 | 21 | 
| 当前版本 | 0.4 | 
| 更新时间 | 2019-03-08 | 
| 上架时间 | 2019-03-08 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | https://sureshdsk.github.io/taskzee | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://sureshdsk.github.io/taskzee/ | 
| 支持的语言 | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Task Zee",
    "name": "Task Zee - Todo List Manager",
    "description": "Task Zee is a Chrome plug-in that shows you your to-do items every time you open a new tab.",
    "version": "0.4",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'"
} | |