New Tab to Tasks

A simple extension that makes your New Tab Page be your Google Tasks.

什么是New Tab to Tasks?

New Tab to Tasks是由sgraham开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that makes your New Tab Page be your Google Tasks.”。

扩展截图

screenshot

下载New Tab to Tasks扩展crx文件

下载New Tab to Tasks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Minimalistic redirection of your New Tab page to Google Tasks.

It's nice to have it in Mail, Calendar, etc. except I forget to look at it. This way I tend to see and hopefully *do* the things more often.

**Update**, version 4: attempted fix the "losing url when you open a new tab and paste a new url quickly"-problem. Let me know if you still run into problems (wish this silly forum sent notifications :/)

Version 5: Should work with the new app store format now.

Version 6: Options page with optional suffix on url, and possibly Google Apps for Your Domain. I'm not sure it works as tasks doesn't really seem to support multi-login.                    

扩展基本信息

名称 New Tab to Tasks New Tab to Tasks
ID bokbgdhblfolpfanocjafjhpjkebhlfk
官方URL https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk
简介 A simple extension that makes your New Tab Page be your Google Tasks.
文件大小 15.41 KB
安装次数 7,848
当前版本 6
更新时间 2013-07-05
上架时间 2013-07-04
评分 4.09/5 共235次评分
开发者 sgraham
付费类型 free
扩展官网 http://www.h4ck3r.net/
帮助页面URL http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab to Tasks",
    "description": "A simple extension that makes your New Tab Page be your Google Tasks.",
    "icons": {
        "128": "icon.png"
    },
    "version": "6",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "manifest_version": 2,
    "options_page": "options.html"
}