New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
New Tab to Tasks là gì?
New Tab to Tasks là một tiện ích mở rộng Chrome được phát triển bởi sgraham, và tính năng chính của nó là "A simple extension that makes your New Tab Page be your Google Tasks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New Tab to Tasks
Tải xuống các tệp mở rộng New Tab to Tasks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
Mô tả | A simple extension that makes your New Tab Page be your Google Tasks. |
Kích Thước Tệp | 15.41 KB |
Số Lần Cài Đặt | 7,848 |
Phiên Bản Hiện Tại | 6 |
Cập Nhật Lần Cuối | 2013-07-05 |
Ngày Phát Hành | 2013-07-04 |
Đánh Giá | 4.09/5 Tổng số 235 Đánh Giá |
Nhà Phát Triển | sgraham |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.h4ck3r.net/ |
URL Trang Trợ Giúp | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |