My Tasks: Todo-List for Google Chrome

My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.

什么是My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome是由Keepers开发的Chrome扩展程序,该扩展的主要功能是“My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.”。

扩展截图

screenshot

下载My Tasks: Todo-List for Google Chrome扩展crx文件

下载My Tasks: Todo-List for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is Todo List application which will replace your default "new tab" page.                    

扩展基本信息

名称 My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
官方URL https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
简介 My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
文件大小 128 KB
安装次数 1,565
当前版本 0.2.0
更新时间 2015-11-02
上架时间 2015-11-02
评分 5.00/5 共3次评分
开发者 Keepers
付费类型 free
扩展官网 https://github.com/ianaya89/my-tasks
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Tasks: Todo-List for Google Chrome",
    "short_name": "My Tasks",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
    "browser_action": {
        "default_title": "My Tasks"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}