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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sgraham และคุณลักษณะหลักของมันคือ "A simple extension that makes your New Tab Page be your Google Tasks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab to Tasks

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}