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
官方網址 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"
}